From 0e450768c357b45701a2e5ed162f4e93b3dd617c Mon Sep 17 00:00:00 2001
From: zhangchengsong <zhangchengsong@hnkhzn.com>
Date: 星期三, 15 四月 2026 20:53:24 +0800
Subject: [PATCH] 最新

---
 项目代码/WIDESEAWCS_Client/src/views/system/Dt_PlatformStation.vue |   72 +++++++++++++++++-------------------
 1 files changed, 34 insertions(+), 38 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/views/system/Dt_PlatformStation.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/views/system/Dt_PlatformStation.vue"
index 0695226..5fa78fb 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/views/system/Dt_PlatformStation.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/views/system/Dt_PlatformStation.vue"
@@ -22,34 +22,22 @@
         key: "station_id",
         footer: "Foots",
         cnName: "绔欏彴淇℃伅",
-        name: "PlatformStation",
-        url: "/PlatformStation/",
+        name: "Dt_PlatformStation",
+        url: "/Dt_PlatformStation/",
         sortName: "station_id",
       });
       const editFormFields = ref({
-        station_code: "",
-        station_name: "",
-        station_material: "",
+        // station_code: "",
+        // station_name: "",
+        // station_material: "",
         station_enable: "",
-        station_Area: "",
-        station_remark: "",
-        station_storey:''
+        // station_Area: "",
+        // station_remark: "",
+        // station_storey:''
       });
       const editFormOptions = ref([
         [
           {
-            title: "绔欏彴缂栧彿",
-            field: "station_code",
-            type: "int",
-          },
-          {
-            title: "绔欏彴绫诲瀷",
-            required: true,
-            field: "station_material",
-            type: "select",
-            dataKey: "PlatformStationEnum",
-            data: [],
-          },{
             title: "鏄惁鍚敤",
             required: true,
             field: "station_enable",
@@ -59,24 +47,24 @@
           },
           
         ],
-        [
-        {
-            title: "绔欏彴鎵�灞炵紪鍙�",
-            required: true,
-            field: "childPosiDeviceCode",
-            type: "string",
-          },{
-            title: "鍫嗗灈鏈虹珯鍙扮紪鍙�",
-            required: true,
-            field: "station_storey",
-            type: "string",
-          },
-          {
-            title: "澶囨敞",
-            field: "station_remark",
-            type: "string",
-          },
-        ]
+        // [
+        // {
+        //     title: "绔欏彴鎵�灞炵紪鍙�",
+        //     required: true,
+        //     field: "childPosiDeviceCode",
+        //     type: "string",
+        //   },{
+        //     title: "鍫嗗灈鏈虹珯鍙扮紪鍙�",
+        //     required: true,
+        //     field: "station_storey",
+        //     type: "string",
+        //   },
+        //   {
+        //     title: "澶囨敞",
+        //     field: "station_remark",
+        //     type: "string",
+        //   },
+        // ]
       ]);
       const searchFormFields = ref({
         station_code: "",
@@ -163,6 +151,14 @@
           align: "left",
           sort:true
           // link: true,
+        },{
+          field: "ro_id",
+          title: "浠撳簱缂栧彿",
+          type: "string",
+          width: 120,
+          align: "left",
+          sort:true
+          // link: true,
         }
       ]);
       return {

--
Gitblit v1.9.3