From fe941b73b9496f6cfab1a8957f319f74ea09fe1d Mon Sep 17 00:00:00 2001 From: Huangxiaoqiang-03 <1247017146@qq.com> Date: 星期一, 04 十一月 2024 17:34:32 +0800 Subject: [PATCH] 1 --- 代码管理/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue | 39 +++++++++++++++++++++++---------------- 1 files changed, 23 insertions(+), 16 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 1c1154f..976c064 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" @@ -52,7 +52,7 @@ }, { title: "浠诲姟鐘舵��", - field: "taskState", + field: "taskStatus", type: "selectList", dataKey: "taskState", data: [], @@ -111,7 +111,7 @@ bind: { key: "taskType", data: [] }, }, { - field: "taskState", + field: "taskStatus", title: "浠诲姟鐘舵��", type: "int", width: 150, @@ -132,20 +132,20 @@ width: 120, align: "left", }, - { - field: "currentAddress", - title: "褰撳墠浣嶇疆", - type: "string", - width: 120, - align: "left", - }, - { - field: "nextAddress", - title: "涓嬩竴浣嶇疆", - type: "string", - width: 120, - align: "left", - }, + // { + // field: "currentAddress", + // title: "褰撳墠浣嶇疆", + // type: "string", + // width: 120, + // align: "left", + // }, + // { + // field: "nextAddress", + // title: "涓嬩竴浣嶇疆", + // type: "string", + // width: 120, + // align: "left", + // }, { field: "exceptionMessage", title: "寮傚父淇℃伅", @@ -155,6 +155,13 @@ hidden: true, }, { + field: "depth", + title: "娣卞害", + type: "int", + width: 80, + align: "left", + }, + { field: "grade", title: "浼樺厛绾�", type: "int", -- Gitblit v1.9.3