From 159f4f39de93c3cb56d9e9350e31c73b2caf6ad7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E5=9F=B9=E5=8F=8B?= <17852335869@163.com>
Date: Thu, 2 Mar 2023 13:58:14 +0800
Subject: [PATCH] =?UTF-8?q?1.=20=E7=AC=AC=E4=B8=80=E7=89=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/const/workflow/todo.js | 6 +++---
src/views/plugin/workflow/process/todo.vue | 4 ++--
src/views/plugin/workflow/process/workorder.vue | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/const/workflow/todo.js b/src/const/workflow/todo.js
index a297b0b..5db7c7d 100644
--- a/src/const/workflow/todo.js
+++ b/src/const/workflow/todo.js
@@ -38,7 +38,7 @@ export const tableOption = {
{
type: "input",
label: "操作模块",
- prop: "operationModule",
+ prop: "operateSys",
align: "left",
overHidden: true,
},
@@ -52,7 +52,7 @@ export const tableOption = {
{
type: "input",
label: "管理部门",
- prop: "dept",
+ prop: "management",
align: "left",
overHidden: true,
},
@@ -66,7 +66,7 @@ export const tableOption = {
{
type: "input",
label: "发起人",
- prop: "sponsor",
+ prop: "applyUser",
align: "left",
overHidden: true,
},
diff --git a/src/views/plugin/workflow/process/todo.vue b/src/views/plugin/workflow/process/todo.vue
index b32ac88..ecf286e 100644
--- a/src/views/plugin/workflow/process/todo.vue
+++ b/src/views/plugin/workflow/process/todo.vue
@@ -45,7 +45,7 @@