src/views/eam/equipment/EamEquipmentLedger.vue
@@ -121,7 +121,12 @@
        <!--操作系统-->
        <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>
        <!--资产制造商-->
@@ -306,7 +311,8 @@
          {
            title: '灭火器',
            align: 'center',
            dataIndex: 'fireExtinguisher'
            dataIndex: 'fireExtinguisher',
            scopedSlots: { customRender: 'fireExtinguisher' }
          },
          {
            title: '灭火器有效期',
@@ -337,7 +343,7 @@
          {
            title: '重量',
            align: 'center',
            dataIndex: 'weightUnit'
            dataIndex: 'equipmentWeight'
          },
          {
            title: '重量计量单位',