diff --git a/src/const/workflow/workorder.js b/src/const/workflow/workorder.js index ac9baaf..8b2f2f5 100644 --- a/src/const/workflow/workorder.js +++ b/src/const/workflow/workorder.js @@ -7,7 +7,7 @@ export const tableOption = { gutter: 60, //设置input的大小 headerAlign: "left", align: "left", - menuAlign:'center', + menuAlign:'left', menuHeaderAlign:'center', menuBtn: true, editBtn: false, diff --git a/src/styles/custom/custom.scss b/src/styles/custom/custom.scss index 4f5b200..13051a0 100644 --- a/src/styles/custom/custom.scss +++ b/src/styles/custom/custom.scss @@ -141,3 +141,10 @@ color: #000; } +.el-upload-dragger { + height: 120px; +} +.el-upload-dragger .el-icon-upload { + margin: 0; + margin-top: 14px; +} diff --git a/src/views/plugin/workflow/process/components/detail.vue b/src/views/plugin/workflow/process/components/detail.vue index 3522275..179fd96 100644 --- a/src/views/plugin/workflow/process/components/detail.vue +++ b/src/views/plugin/workflow/process/components/detail.vue @@ -300,16 +300,16 @@ export default { const guanlibumen = this.findObject(option.column, "guanlibumen"); guanlibumen.dicData = deptDate.data.data; // 任务父类 - const taskParent = await getTaskParent(); - const rwfl = this.findObject(option.column, "renwufulei"); - rwfl.dicData = taskParent.data.data; + // const taskParent = await getTaskParent(); + // const rwfl = this.findObject(option.column, "renwufulei"); + // rwfl.dicData = taskParent.data.data; // 任务种类 - const taskTypeData = await getTaskTypeData({ parentId: renwufulei }); - const renwuzhonglei = this.findObject( - this.option.column, - "renwuzhonglei" - ); - renwuzhonglei.dicData = taskTypeData.data.data; + // const taskTypeData = await getTaskTypeData({ parentId: renwufulei }); + // const renwuzhonglei = this.findObject( + // this.option.column, + // "renwuzhonglei" + // ); + // renwuzhonglei.dicData = taskTypeData.data.data; // 数据库 const taskAndDataBaseData = await getTaskAndDataBase({ id: yunweigongsi, @@ -457,4 +457,13 @@ export default { justify-content: space-between; padding: 0 10px 10px 0; } +/deep/ .el-textarea.is-disabled .el-textarea__inner { + color: #333; +} +/deep/ .el-table tr { + color: #333; +} +/deep/ .el-table td { + color: #333; +} diff --git a/src/views/plugin/workflow/process/components/form.vue b/src/views/plugin/workflow/process/components/form.vue index 2b8f8c7..f51e235 100644 --- a/src/views/plugin/workflow/process/components/form.vue +++ b/src/views/plugin/workflow/process/components/form.vue @@ -37,7 +37,7 @@ -