From 317a12f53245e8be0ad7996b1285cbb389fa70fb Mon Sep 17 00:00:00 2001 From: duyongjia <adu_555@163.com> Date: 星期六, 23 十一月 2024 19:35:48 +0800 Subject: [PATCH] 前端调整 --- 代码管理/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue" index 23d0c1a..58e392d 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue" @@ -50,25 +50,26 @@ dataKey: "taskType", data: [], }, - { + + ], + [ + { title: "浠诲姟鐘舵��", field: "taskState", type: "selectList", dataKey: "taskState", data: [], }, - ], - [ { title: "璧峰鍦板潃", field: "sourceAddress", type: "like" }, { title: "鐩爣鍦板潃", field: "targetAddress", type: "like" }, - { title: "褰撳墠浣嶇疆", field: "currentAddress", type: "like" }, - { title: "涓嬩竴浣嶇疆", field: "nextAddress", type: "like" }, + // { title: "褰撳墠浣嶇疆", field: "currentAddress", type: "like" }, + // { title: "涓嬩竴浣嶇疆", field: "nextAddress", type: "like" }, ], - [ - { title: "宸烽亾鍙�", field: "roadway", type: "like" }, - { title: "鍒涘缓浜�", field: "creater", type: "like" }, - { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" }, - ], + // [ + // { title: "宸烽亾鍙�", field: "roadway", type: "like" }, + // { title: "鍒涘缓浜�", field: "creater", type: "like" }, + // { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" }, + // ], ]); const columns = ref([ { -- Gitblit v1.9.3