| | |
| | | |
| | | <!--操作系统--> |
| | | <template slot="operationSystem" slot-scope="text"> |
| | | <a-switch checked-children="是" un-checked-children="否" :checked="+text" disabled/> |
| | | <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> |
| | | |
| | | <!--资产制造商--> |
| | |
| | | { |
| | | title: '灭火器', |
| | | align: 'center', |
| | | dataIndex: 'fireExtinguisher' |
| | | dataIndex: 'fireExtinguisher', |
| | | scopedSlots: { customRender: 'fireExtinguisher' } |
| | | }, |
| | | { |
| | | title: '灭火器有效期', |
| | |
| | | { |
| | | title: '重量', |
| | | align: 'center', |
| | | dataIndex: 'weightUnit' |
| | | dataIndex: 'equipmentWeight' |
| | | }, |
| | | { |
| | | title: '重量计量单位', |