From f250fe4befac5c9bacaa6eae9fa87738a70663dd Mon Sep 17 00:00:00 2001
From: duyongjia <adu_555@163.com>
Date: 星期三, 15 一月 2025 08:45:54 +0800
Subject: [PATCH] 增加AGV重置按钮
---
代码管理/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue | 23 ++++++++++++-----------
1 files changed, 12 insertions(+), 11 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..6bffd95 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([
{
@@ -142,7 +143,7 @@
},
{
field: "nextAddress",
- title: "涓嬩竴浣嶇疆",
+ title: "鍏ュ簱鏂颁换鍔″彿",
type: "string",
width: 120,
align: "left",
--
Gitblit v1.9.3