From 217a65fe8eb2612b7d61e9ce5f450e76bfc318f6 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 09 六月 2025 17:13:15 +0800
Subject: [PATCH] 添加数据库接口日志记录

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 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..320eefd 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: "",
@@ -38,7 +38,7 @@
     });
     const editFormOptions = ref([
       [
-      {title: "鍖哄煙涓婚敭",field: "areaId",type: "select",dataKey: "areainfo",data: [],},
+      {title: "鍖哄煙",field: "areaId",type: "select",dataKey: "locationareainfo",data: [],},
         {
           title: "宸烽亾缂栧彿",
           required: true,
@@ -54,7 +54,7 @@
         {
           title: "绂佺敤鐘舵��",
           required: true,
-          field: "enalbeStatus",
+          field: "enableStatus",
           type: "select",
           dataKey: "enableStatusEnum",
           data: [],
@@ -96,7 +96,7 @@
     const searchFormOptions = ref([
       [
         { title: "宸烽亾缂栧彿", field: "roadwayNo", type: "like" },
-        {title: "鍖哄煙涓婚敭",field: "areaId",type: "select",dataKey: "areainfo",data: [],},
+        {title: "鍖哄煙",field: "areaId",type: "select",dataKey: "locationareainfo",data: [],},
         { title: "绂佺敤鐘舵��", field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],},
       ],
       [
@@ -129,11 +129,11 @@
       },
       {
         field: "areaId",
-        title: "鍖哄煙涓婚敭",
+        title: "鍖哄煙",
         type: "int",
         width: 150,
         align: "left",
-        bind:{ key: "areainfo", data: [] },
+        bind:{ key: "locationareainfo", data: [] },
       },
       {
         field: "enableStatus",

--
Gitblit v1.9.3