From 01030b05f7ea9b14878102718a2004b4f908dcfc Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期三, 28 五月 2025 11:15:12 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" index dea7725..e00d8b9 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" @@ -29,7 +29,7 @@ const editFormFields = ref({ roadwayNo: "", areaId: "", - enalbeStatus: "", + enableStatus: "", deviceNo: "", inStationCode: "", inSCStationCode: "", @@ -54,7 +54,7 @@ { title: "绂佺敤鐘舵��", required: true, - field: "enalbeStatus", + field: "enableStatus", type: "select", dataKey: "enableStatusEnum", data: [], -- Gitblit v1.9.3