| | |
| | | <a-switch checked-children="是" un-checked-children="否" :checked="Boolean(+text)" disabled/> |
| | | </template> |
| | | |
| | | <!--操作系统--> |
| | | <!--灭火器--> |
| | | <template slot="fireExtinguisher" slot-scope="text"> |
| | | <a-switch checked-children="是" un-checked-children="否" :checked="Boolean(+text)" disabled/> |
| | | </template> |
| | | |
| | | <!--真空热处理炉--> |
| | | <template slot="trueHeatTreatment" slot-scope="text"> |
| | | <a-switch checked-children="是" un-checked-children="否" :checked="Boolean(+text)" disabled/> |
| | | </template> |
| | | |
| | |
| | | mixins: [JeecgListMixin], |
| | | components: { |
| | | ResumeDrawer, |
| | | EamEquipmentModal, |
| | | EamEquipmentModal |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | dataIndex: 'system' |
| | | }, |
| | | { |
| | | title: '真空热处理炉', |
| | | align: 'center', |
| | | dataIndex: 'trueHeatTreatment', |
| | | scopedSlots: { customRender: 'trueHeatTreatment' } |
| | | }, |
| | | { |
| | | title: '设备端口', |
| | | align: 'center', |
| | | dataIndex: 'equipmentPort' |
| | |
| | | title: '资产制造商', |
| | | align: 'center', |
| | | dataIndex: 'manufacturingEnterprise', |
| | | scopedSlots: { customRender: 'manufacturingEnterprise' }, |
| | | scopedSlots: { customRender: 'manufacturingEnterprise' } |
| | | }, |
| | | { |
| | | title: '资产来源国家', |