From 8099042b51891d1e58d6066f0247ba423f4457bd Mon Sep 17 00:00:00 2001 From: yyg1378265336 <1378265336@qq.com> Date: 星期四, 27 二月 2025 09:27:17 +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 | 12 ++++++------ 1 files changed, 6 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..a60949d 100644 --- a/src/views/tigerprojects/wms/wms_item/index.vue +++ b/src/views/tigerprojects/wms/wms_item/index.vue @@ -68,12 +68,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