| | |
| | | <span slot="mdcFlag" slot-scope="text"> |
| | | <lx-switch v-model="text" disabled checked-children="是" un-checked-children="否"/> |
| | | </span> |
| | | <span slot="processParametersFlag" slot-scope="text"> |
| | | <!-- <span slot="processParametersFlag" slot-scope="text"> |
| | | <lx-switch v-model="text" disabled checked-children="有" un-checked-children="无"/> |
| | | </span> |
| | | <span slot="precisionParametersFlag" slot-scope="text"> |
| | | </span>--> |
| | | <!-- <span slot="precisionParametersFlag" slot-scope="text"> |
| | | <lx-switch v-model="text" disabled checked-children="有" un-checked-children="无"/> |
| | | </span> |
| | | <span slot="specialEquipment" slot-scope="text"> |
| | | </span>--> |
| | | <!-- <span slot="specialEquipment" slot-scope="text"> |
| | | <lx-switch v-model="text" disabled checked-children="是" un-checked-children="否"/> |
| | | </span> |
| | | </span>--> |
| | | <span slot="action" slot-scope="text, record"> |
| | | <a @click.stop="handleEdit(record)">编辑</a> |
| | | |
| | |
| | | dataIndex: 'mdcFlag', |
| | | scopedSlots: { customRender: 'mdcFlag' } |
| | | }, |
| | | { |
| | | title: '有无工艺参数', |
| | | align: 'center', |
| | | width: 120, |
| | | dataIndex: 'processParametersFlag', |
| | | scopedSlots: { customRender: 'processParametersFlag' } |
| | | }, |
| | | { |
| | | title: '有无精度参数', |
| | | align: 'center', |
| | | width: 120, |
| | | dataIndex: 'precisionParametersFlag', |
| | | scopedSlots: { customRender: 'precisionParametersFlag' } |
| | | }, |
| | | { |
| | | title: '是否为特种设备', |
| | | align: 'center', |
| | | width: 120, |
| | | dataIndex: 'specialEquipment', |
| | | scopedSlots: { customRender: 'specialEquipment' } |
| | | }, |
| | | { |
| | | title: '重量', |
| | | align: 'center', |
| | | dataIndex: 'equipmentWeight' |
| | | }, |
| | | { |
| | | title: '设备端口', |
| | | align: 'center', |
| | | dataIndex: 'equipmentPort' |
| | | }, |
| | | { |
| | | title: '坐标数量', |
| | | align: 'center', |
| | | dataIndex: 'coordinateNum' |
| | | }, |
| | | // { |
| | | // title: '有无工艺参数', |
| | | // align: 'center', |
| | | // width: 120, |
| | | // dataIndex: 'processParametersFlag', |
| | | // scopedSlots: { customRender: 'processParametersFlag' } |
| | | // }, |
| | | // { |
| | | // title: '有无精度参数', |
| | | // align: 'center', |
| | | // width: 120, |
| | | // dataIndex: 'precisionParametersFlag', |
| | | // scopedSlots: { customRender: 'precisionParametersFlag' } |
| | | // }, |
| | | // { |
| | | // title: '是否为特种设备', |
| | | // align: 'center', |
| | | // width: 120, |
| | | // dataIndex: 'specialEquipment', |
| | | // scopedSlots: { customRender: 'specialEquipment' } |
| | | // }, |
| | | // { |
| | | // title: '重量', |
| | | // align: 'center', |
| | | // dataIndex: 'equipmentWeight' |
| | | // }, |
| | | // { |
| | | // title: '设备端口', |
| | | // align: 'center', |
| | | // dataIndex: 'equipmentPort' |
| | | // }, |
| | | // { |
| | | // title: '坐标数量', |
| | | // align: 'center', |
| | | // dataIndex: 'coordinateNum' |
| | | // }, |
| | | { |
| | | title: '创建人', |
| | | align: 'center', |