From a66e64cf7f86e1e28afefc9b6d7fcbb772d3531e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Thu, 7 Jul 2022 14:24:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=9F=BA=E6=9C=ACok?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 2 +- src/views/wf/configuration.vue | 2 +- src/views/wf/field.vue | 30 +- src/views/wf/state.vue | 943 ++++++++++++++++++++------------- src/views/wf/transform.vue | 64 ++- 5 files changed, 616 insertions(+), 425 deletions(-) diff --git a/src/config/route.js b/src/config/route.js index 14b4f10b..6adcde0b 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -168,7 +168,7 @@ const routes = [ "name": "configuration", "path": "/wf/configuration", "meta": { - "title": "工单", + "title": "工作流配置", "icon": "el-icon-menu", "hidden": true }, diff --git a/src/views/wf/configuration.vue b/src/views/wf/configuration.vue index d588d34f..df35ddef 100644 --- a/src/views/wf/configuration.vue +++ b/src/views/wf/configuration.vue @@ -1,6 +1,6 @@