likang před 3 roky
rodič
revize
ea790200cd

+ 4 - 7
src/views/device/flange/index.vue

@@ -222,7 +222,7 @@
       />
       <el-table-column
         label="操作"
-        min-width="185"
+        width="150"
         align="center"
         fixed="right"
       >
@@ -269,9 +269,6 @@
             <el-checkbox v-model="checkList.model_type">型号</el-checkbox>
             <el-checkbox v-model="checkList.out_date">出厂日期</el-checkbox>
             <el-checkbox v-model="checkList.is_used">使用状态</el-checkbox>
-            <el-checkbox v-model="checkList.creator_user">导入用户</el-checkbox>
-            <el-checkbox v-model="checkList.created_at">添加时间</el-checkbox>
-            <el-checkbox v-model="checkList.remark">备注</el-checkbox>
           </div>
           <div class="footer">
             <el-button size="small" type="primary" plain @click="saveColumn"
@@ -374,7 +371,6 @@ export default {
         brand: true,
         supplier: true,
         model_type: true,
-        online_time: true
       }
     };
   },
@@ -459,14 +455,15 @@ export default {
     } else {
       this.checkList = {
         depart_name: true,
+        wind_name:true,
+        fan_number:true,
         alarm_state_text: true,
         net_state:true,
         number: true,
         name: true,
         brand: true,
         supplier: true,
-        model: true,
-        online_time: true
+        model_type: true,
       };
     }
   },

+ 2 - 2
src/views/device/synscheme/index.vue

@@ -78,14 +78,14 @@
         prop="hole"
         label="孔"
         align="center"
-        v-if="showColumn.brand"
+        v-if="showColumn.hole"
         :show-overflow-tooltip="true"
       />
       <el-table-column
         prop="step"
         label="步骤"
         align="center"
-        v-if="showColumn.supplier"
+        v-if="showColumn.step"
         :show-overflow-tooltip="true"
         width="200"
       />