From 4d3aa32de81cbb219c15bbae1312de5ede3195d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=9F=B9=E5=8F=8B?= <17852335869@163.com> Date: Mon, 20 Mar 2023 17:28:15 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9=202.?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E7=88=B6=E7=B1=BB=E4=B9=8B=E7=B1=BB=E6=94=B9?= =?UTF-8?q?=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/const/workflow/workorder.js | 2 +- src/styles/custom/custom.scss | 7 ++ .../workflow/process/components/detail.vue | 27 ++++--- .../workflow/process/components/form.vue | 81 ++++++++++++------- .../plugin/workflow/process/workorder.vue | 2 +- 5 files changed, 81 insertions(+), 38 deletions(-) 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 @@ -