From 41d7be9f68c423012e2688fd45301300e9bb3dab Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 11 三月 2025 11:27:18 +0800 Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/BS/TigerAdmin_2024 --- src/views/tigerprojects/wms/wms_item/index.vue | 13 +++++++------ 1 files changed, 7 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..2d986fa 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(); -- Gitblit v1.9.3