From 87bf79db2ec930c45eedd1869910318bac46ceaa Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期二, 15 七月 2025 10:32:23 +0800 Subject: [PATCH] 显示创建人字段 --- Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue b/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue index d70940b..fa53e7f 100644 --- a/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue +++ b/Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue @@ -35,7 +35,9 @@ [ { "title": "璐т綅缂栧彿", "field": "locationCode", type: "text" }, { "title": "璐т綅鐘舵��", "field": "locationStatus", "type": "select", dataKey: "LocationState", data: [] }, - { "title": "宸烽亾缂栧彿", "field": "roadWayNO", type: "text" }, + { "title": "宸烽亾缂栧彿", "field": "roadWayNO", type: "text" }, + { "title": "鍚敤鐘舵��", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] }, + ], [ { "title": "琛�", "field": "row", type: "text" }, -- Gitblit v1.9.3