From 24ac6e3688db3dbb68eb6a53dd6c6fc9f8e12d6b Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期二, 24 三月 2026 15:28:24 +0800
Subject: [PATCH] 1
---
代码管理/WCS/WIDESEAWCS_Client/src/views/basicinfo/Dt_StationInfo.vue | 33 ++++++++++++++++++++++++++++-----
1 files changed, 28 insertions(+), 5 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basicinfo/Dt_StationInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basicinfo/Dt_StationInfo.vue"
index ef3060d..45e7ffb 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basicinfo/Dt_StationInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basicinfo/Dt_StationInfo.vue"
@@ -80,7 +80,7 @@
[
{
title: "绔欏彴鐘舵��",
- field: "isOccupied",
+ field: "StationStatus",
type: "select",
width: 150,
require: true,
@@ -185,12 +185,21 @@
},
{
title: "绔欏彴鐘舵��",
- field: "isOccupied",
+ field: "StationStatus",
type: "select",
data: [
{ key: "0", value: "绌洪棽" },
{ key: "1", value: "鍗犵敤" },
{ key: "2", value: "绂佺敤" },
+ ],
+ },
+ {
+ title: "绔欏彴鏄惁鍙敤",
+ field: "IsOccupied",
+ type: "select",
+ data: [
+ { key: "0", value: "鍙敤" },
+ { key: "1", value: "鍗犵敤" },
],
},
],
@@ -243,7 +252,7 @@
align: "left",
bind: {
key: "value",
- data: [
+ data:[
{ key: "1", value: "鍙叆" },
{ key: "2", value: "鍙嚭" },
{ key: "3", value: "鍙叆鍙嚭" },
@@ -257,8 +266,8 @@
width: 120,
align: "left",
},
- {
- field: "isOccupied",
+ {
+ field: "stationStatus",
title: "绔欏彴鐘舵��",
type: "select",
width: 120,
@@ -273,6 +282,20 @@
},
},
{
+ field: "isOccupied",
+ title: "绔欏彴鏄惁鍙敤",
+ type: "select",
+ width: 120,
+ align: "left",
+ bind: {
+ key: "value",
+ data: [
+ { key: "0", value: "鍙敤" },
+ { key: "1", value: "鍗犵敤" },
+ ],
+ },
+ },
+ {
field: "creater",
title: "鍒涘缓浜�",
type: "string",
--
Gitblit v1.9.3