From 7200aa4a82c8ef56e2a125504f99dc2c47fc713f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=9F=B9=E5=8F=8B?= <17852335869@163.com> Date: Wed, 8 Mar 2023 16:32:42 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9=202.?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=8A=A0=E8=BD=BD=E4=BF=AE=E6=94=B9=203.=20?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/const/workflow/implementation.js | 2 +- src/views/maintenance/database1.vue | 167 +++++----- src/views/maintenance/system.vue | 144 ++++---- src/views/maintenance/task.vue | 161 +++++---- .../workflow/process/components/detail.vue | 117 ++++--- .../workflow/process/components/form.vue | 8 +- src/views/plugin/workflow/process/crontab.vue | 232 +++++++------ .../workflow/process/implementation.vue | 256 ++++++-------- src/views/plugin/workflow/process/todo.vue | 33 +- .../plugin/workflow/process/workorder.vue | 314 ++++++++---------- src/views/wel/index.vue | 13 +- 11 files changed, 678 insertions(+), 769 deletions(-) diff --git a/src/const/workflow/implementation.js b/src/const/workflow/implementation.js index 926ef93..e4d6eaa 100644 --- a/src/const/workflow/implementation.js +++ b/src/const/workflow/implementation.js @@ -66,7 +66,7 @@ export const tableOption = { }, { type: "input", - label: "审批状态", + label: "状态", prop: "isFinish", align: "left", overHidden: true, diff --git a/src/views/maintenance/database1.vue b/src/views/maintenance/database1.vue index 04ae84c..9516304 100644 --- a/src/views/maintenance/database1.vue +++ b/src/views/maintenance/database1.vue @@ -2,84 +2,85 @@