浏览代码

🦄 refactor(保养工单): 表格优化

Zimo 3 天之前
父节点
当前提交
62c74e9db6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/pms/iotmainworkorder/index.vue

+ 2 - 0
src/views/pms/iotmainworkorder/index.vue

@@ -113,6 +113,7 @@
             :label="t('iotDevice.serial')"
             :label="t('iotDevice.serial')"
             align="center"
             align="center"
             :width="columnWidths.serial"
             :width="columnWidths.serial"
+            fixed="left"
           >
           >
             <template #default="scope">
             <template #default="scope">
               {{ scope.$index + 1 }}
               {{ scope.$index + 1 }}
@@ -123,6 +124,7 @@
             align="center"
             align="center"
             prop="name"
             prop="name"
             :width="columnWidths.name"
             :width="columnWidths.name"
+            fixed="left"
           />
           />
           <el-table-column
           <el-table-column
             :label="t('iotDevice.dept')"
             :label="t('iotDevice.dept')"