From 122339007e78e47054d9159be20de794be5f460e Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期一, 12 五月 2025 10:54:18 +0800 Subject: [PATCH] art: 设备管理-设备台账-列表、表单优化,无用字段删除 --- src/views/eam/equipment/EamEquipmentList.vue | 84 +++++++++++++++++++++--------------------- 1 files changed, 42 insertions(+), 42 deletions(-) diff --git a/src/views/eam/equipment/EamEquipmentList.vue b/src/views/eam/equipment/EamEquipmentList.vue index 7a31fb8..4ec8b0c 100644 --- a/src/views/eam/equipment/EamEquipmentList.vue +++ b/src/views/eam/equipment/EamEquipmentList.vue @@ -127,15 +127,15 @@ <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> @@ -389,42 +389,42 @@ 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', -- Gitblit v1.9.3