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 @@