From f58c33cff459aa6544ecade64866d3ebb26bfac5 Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期四, 31 七月 2025 18:21:02 +0800 Subject: [PATCH] 工具盘点-新增、编辑调整差异值可谓负数,和列表保持一致 --- src/views/eam/base/modules/EamMaintenanceStandardDetailList.vue | 43 +++++++++++++++++++++++++------------------ 1 files changed, 25 insertions(+), 18 deletions(-) diff --git a/src/views/eam/base/modules/EamMaintenanceStandardDetailList.vue b/src/views/eam/base/modules/EamMaintenanceStandardDetailList.vue index 84e35ef..51fcea1 100644 --- a/src/views/eam/base/modules/EamMaintenanceStandardDetailList.vue +++ b/src/views/eam/base/modules/EamMaintenanceStandardDetailList.vue @@ -41,34 +41,41 @@ // 琛ㄥご columns: [ { - title: '#', - dataIndex: '', - key: 'rowIndex', - width: 60, - align: 'center', - customRender: function(t, r, index) { - return parseInt(index) + 1 - } - }, - { title: '搴忓彿', align: 'center', - dataIndex: 'itemCode' + dataIndex: 'itemCode', + width: 60, + }, + { + title: '閮ㄤ綅', + align: 'center', + dataIndex: 'itemPart', + width: 200, + ellipsis: true, }, { title: '淇濆吇椤�', align: 'center', - dataIndex: 'itemName' - }, - { - title: '瀛愰」鐩�', - align: 'center', - dataIndex: 'subItemName' + dataIndex: 'itemName', + ellipsis: true, }, { title: '淇濆吇瑕佹眰', align: 'center', - dataIndex: 'itemDemand' + dataIndex: 'itemDemandAlias', + ellipsis: true, + }, + { + title: '妫�鏌ユ爣鍑嗘垨瑕佹眰', + align: 'center', + dataIndex: 'itemDemand', + ellipsis: true, + }, + { + title: '妫�鏌ユ柟娉�', + align: 'center', + dataIndex: 'checkMethod', + ellipsis: true, } ], url: { -- Gitblit v1.9.3