| | |
| | | |
| | | <!--使用部门--> |
| | | <template slot="factoryOrgCode" slot-scope="text,record"> |
| | | {{[record.gsfactoryOrgCode_dictText,record.zxfactoryOrgCode_dictText,record.gqfactoryOrgCode_dictText,record.factoryOrgCode_dictText].filter(item=>item).join('/')}} |
| | | {{[record.zxfactoryOrgCode_dictText,record.gqfactoryOrgCode_dictText,record.factoryOrgCode_dictText].filter(item=>item).join('/')}} |
| | | </template> |
| | | |
| | | <!--安装位置--> |
| | |
| | | <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 { |
| | |
| | | }, |
| | | { |
| | | title: '使用部门', |
| | | align: 'center', |
| | | dataIndex: 'factoryOrgCode', |
| | | scopedSlots: { customRender: 'factoryOrgCode' } |
| | | }, |
| | |
| | | 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: '资产来源国家', |