| | |
| | | <!-- :rowSelection="rowSelection" --> |
| | | <!-- :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" --> |
| | | |
| | | <template |
| | | <!-- <template |
| | | slot="htmlSlot" |
| | | slot-scope="text" |
| | | > |
| | |
| | | > |
| | | 下载 |
| | | </a-button> |
| | | </template> |
| | | </template> --> |
| | | |
| | | <span |
| | | slot="action" |
| | |
| | | import { mixinDevice } from '@/utils/mixin' |
| | | import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
| | | import MalfunctionRepairModal from './modules/malfunctionRepair/MalfunctionRepaireModal' |
| | | import FaultDescriptionList from './FaultDescriptionList' |
| | | import FaultDescriptionList from './modules/malfunctionRepair/FaultDescriptionList' |
| | | import ApprovelModal from './modules/malfunctionRepair/ApprovelModal' |
| | | |
| | | export default { |
| | |
| | | align: "center", |
| | | dataIndex: 'faultTime' |
| | | }, |
| | | // { |
| | | // title: '是否停机待修', |
| | | // align: "center", |
| | | // dataIndex: 'isStop_dictText', |
| | | // }, |
| | | { |
| | | title: '是否停机待修', |
| | | align: "center", |
| | | dataIndex: 'isStopName', |
| | | }, |
| | | { |
| | | title: '创建人', |
| | | align: "center", |