| | |
| | | @on-load="onLoad"> |
| | | <template slot="menuLeft"> |
| | | <el-button type="danger" |
| | | size="small" |
| | | size="mini" |
| | | icon="el-icon-delete" |
| | | plain |
| | | v-if="permission.clientManagement_delete" |
| | |
| | | value: "1" |
| | | } |
| | | ] |
| | | }, { |
| | | }, |
| | | { |
| | | label: "设备状态", |
| | | align: "center", |
| | | prop: "dxzt", |
| | | slot: true, |
| | | addDisplay: false, |
| | | editDisplay: false, |
| | | }, |
| | | { |
| | | label: "故障状态", |
| | | prop: "state", |
| | | addDisplay: false, |
| | | editDisplay: false |
| | | }, |
| | | { |
| | | label: "故障原因", |
| | | prop: "reason", |
| | | addDisplay: false, |
| | | editDisplay: false |
| | | }, |
| | | { |
| | | label: "设备类型", |
| | |
| | | permissionList() { |
| | | return { |
| | | addBtn: this.vaildData(this.permission.clientManagement_add, false), |
| | | viewBtn: this.vaildData(this.permission.clientManagement_view, false), |
| | | viewBtn: this.vaildData(null, false), |
| | | delBtn: this.vaildData(this.permission.clientManagement_delete, false), |
| | | editBtn: this.vaildData(this.permission.clientManagement_edit, false) |
| | | }; |