From 6cc35000a6e138cfad96e7b02f8aeddcdb4ba6bf Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期二, 24 六月 2025 09:57:25 +0800 Subject: [PATCH] 代码提交 --- 代码管理/NEWCode/WIDESEAWCS_Client/src/views/system/Dt_Stationinfo.vue | 47 +++++++++++++++++++++++++++++------------------ 1 files changed, 29 insertions(+), 18 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/views/system/Dt_Stationinfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/views/system/Dt_Stationinfo.vue" index 337a09a..1e8dbf9 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/views/system/Dt_Stationinfo.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/views/system/Dt_Stationinfo.vue" @@ -32,9 +32,13 @@ sortName: "id", }); const editFormFields = ref({ - stationType: "", + // id:"", + stationCode:"", location_state: "", lastUpdateTime: "", + enable:"", + area:"", + remark:"", }); const editFormOptions = ref([ [ @@ -45,12 +49,12 @@ type: "text", disabled: true, }, - { - title: "鐗╂枡绫诲瀷", - field: "stationType", - type: "select", - dataKey: "materieInfo", - }, + // { + // title: "鐗╂枡绫诲瀷", + // field: "remark", + // type: "select", + // dataKey: "materieInfo", + // }, { title: "缂撳瓨鏋剁姸鎬�", required: false, @@ -63,23 +67,30 @@ ], }, ], - [ - { - title: "澶囨敞", - field: "remark", - type: "text", - }, + // [ + // { + // title: "鍖哄煙", + // field: "area", + // type: "textarea", + // }, + // { + // title: "鐗╂枡绫诲瀷", + // field: "remark", + // type: "textarea", + // }, // { // title: "鏈�鍚庢洿鏂版椂闂�", // field: "lastUpdateTime", // type: "datetime", // }, - ], + // ], ]); const searchFormFields = ref({ - route_began: "", - route_end: "", + stationCode: "", + location_state: "", area: "", + enable:"", + remark:"", }); const searchFormOptions = ref([ [ @@ -111,7 +122,7 @@ ], type: "select", }, - { title: "澶囨敞", field: "remark", type: "like" }, + { title: "鐗╂枡绫诲瀷", field: "remark", type: "like" }, ], ]); const columns = ref([ @@ -180,7 +191,7 @@ }, { field: "remark", - title: "澶囨敞", + title: "鐗╂枡绫诲瀷", type: "string", width: 100, align: "left", -- Gitblit v1.9.3