|
@@ -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,
|
|
|
};
|
|
|
}
|
|
|
},
|