From 64a2aa2301946f777659239247233e47ad1e3076 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期日, 12 四月 2026 11:54:15 +0800
Subject: [PATCH] feat(事务管理): 添加异步事务处理方法
---
Code/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue b/Code/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue
index 1c1154f..336c440 100644
--- a/Code/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue
+++ b/Code/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,
--
Gitblit v1.9.3