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