From 2e64b29843df1c279bbfdb37383fdd03b231ef7b Mon Sep 17 00:00:00 2001 From: jinna Date: Thu, 25 May 2023 17:58:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/const/workflow/implementation.js | 15 +++--- .../workflow/process/components/detail.vue | 54 ++++++++++++++----- .../workflow/process/components/effect.vue | 24 ++++++++- .../workflow/process/components/form.vue | 6 +-- 4 files changed, 75 insertions(+), 24 deletions(-) diff --git a/src/const/workflow/implementation.js b/src/const/workflow/implementation.js index e4d6eaa..7750edd 100644 --- a/src/const/workflow/implementation.js +++ b/src/const/workflow/implementation.js @@ -1,14 +1,14 @@ export const tableOption = { index: true, indexLabel: "序号", - indexWidth:120, + indexWidth: 120, selection: false, border: false, gutter: 60, //设置input的大小 headerAlign: "left", align: "left", - menuAlign:'left', - menuHeaderAlign:'left', + menuAlign: "left", + menuHeaderAlign: "left", menuBtn: true, editBtn: false, delBtn: false, @@ -19,7 +19,7 @@ export const tableOption = { refreshBtn: false, // dialogCustomClass: "custom", header: false, - menuWidth:120, + menuWidth: 120, column: [ { type: "input", @@ -37,12 +37,13 @@ export const tableOption = { }, { type: "input", - label: "操作模块", + // label: "操作模块", + label: "操作对象", prop: "operateSysName", align: "left", overHidden: true, }, - + { type: "input", label: "管理部门", @@ -96,4 +97,4 @@ export const tableOption = { valueFormat: "yyyy-MM-dd HH:mm:ss", }, ], -} +}; diff --git a/src/views/plugin/workflow/process/components/detail.vue b/src/views/plugin/workflow/process/components/detail.vue index 7775ac6..9b81a13 100644 --- a/src/views/plugin/workflow/process/components/detail.vue +++ b/src/views/plugin/workflow/process/components/detail.vue @@ -87,7 +87,7 @@ allow-create clearable v-model="form.xitongmingchengshujuku" - placeholder="请选择系统名称/数据库/别名" + placeholder=" " :disabled="sqlDisabled" @change="systemChange" > @@ -100,6 +100,24 @@ +