From bb3811df732a0d06ad72a2cc9a752e585468f40c Mon Sep 17 00:00:00 2001 From: YangYuGang <1378265336@qq.com> Date: 星期二, 18 三月 2025 17:12:56 +0800 Subject: [PATCH] 导出Excel字段修改 --- src/views/tigerprojects/wms/wms_item/index.vue | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/views/tigerprojects/wms/wms_item/index.vue b/src/views/tigerprojects/wms/wms_item/index.vue index 80ecb72..f2ee0bc 100644 --- a/src/views/tigerprojects/wms/wms_item/index.vue +++ b/src/views/tigerprojects/wms/wms_item/index.vue @@ -12,6 +12,7 @@ tooltip: '寤舵湡澶╂暟', ifShow: is_active, onClick: handleCheckStrictlyEdit.bind(null, record), + name: '', }, ]" /> @@ -68,12 +69,12 @@ canResize: true, bordered: true, showIndexColumn: false, - actionColumn: { - width: 80, - title: '鎿嶄綔', - dataIndex: 'action', - slots: { customRender: 'action' }, - }, + // actionColumn: { + // width: 80, + // title: '鎿嶄綔', + // dataIndex: 'action', + // slots: { customRender: 'action' }, + // }, searchInfo: { ITEM_CODE }, }); const { setTitle } = useTabs(); @@ -160,6 +161,7 @@ 绠卞彿: element.CARTON_NO, 鏍堟澘鍙�: element.PALLET_NO, 鏇存柊浜�: element.UPDATE_USER, + id:element.ID, }); }); const arrHeader = columns.map((column) => column.title); -- Gitblit v1.9.3