From 73330f89e3940cb22338e2320ec4748c387ff141 Mon Sep 17 00:00:00 2001 From: sunzehua Date: Tue, 5 Nov 2024 09:04:07 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8F=91=E7=A5=A8+=E4=BB=BB=E5=8A=A1+?= =?UTF-8?q?=E8=88=B1=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/taskmanage/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/taskmanage/index.vue b/src/views/taskmanage/index.vue index 36290f93..d1b40fdf 100644 --- a/src/views/taskmanage/index.vue +++ b/src/views/taskmanage/index.vue @@ -1580,7 +1580,7 @@ function laraRecordFun() { function expandIcon(props) { if (props.record.childTaskCount > 0) { return h('div', { class: 'expDiv', onClick: (e) => props.onExpand(props.record, e) }, - [h('i', { class: 'iconfont icon-icon_tianjia iconExp' }), + [h('i', { class: 'iconfont icon-piliangxiaxian iconExp' }), h('div', { class: 'expNum' }, props.record.childTaskCount)]) } } @@ -1946,6 +1946,7 @@ function handleClickTree(row, index) { :deep(.iconExp) { cursor: pointer; + color: #257afa; font-size: 17px; } From 3bb9b04371cb6f82c9c1041190f9d4b58619c2b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <14166000+zhangtonghai@user.noreply.gitee.com> Date: Tue, 5 Nov 2024 09:11:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8F=90=E5=8D=95=E7=A1=AE=E8=AE=A4=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/taskmanage/taskList/BLConfirmation/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/taskmanage/taskList/BLConfirmation/index.vue b/src/views/taskmanage/taskList/BLConfirmation/index.vue index 0e052ae4..9e3daf42 100644 --- a/src/views/taskmanage/taskList/BLConfirmation/index.vue +++ b/src/views/taskmanage/taskList/BLConfirmation/index.vue @@ -150,11 +150,11 @@ // 是否自动同步更新主任务状态 (嵇工 说 最好是手动设置一下确保万无一失) ApiData.autoSync = true let res: any = null - if (isMainBL.value) { - res = await SetTaskStatus(ApiData) - } else { - res = await SetSteps(ApiData) - } + // if (isMainBL.value) { + // res = await SetTaskStatus(ApiData) + // } else { + res = await SetSteps(ApiData) + // } if (res.succeeded) { createMessage.success(res.message) init(true)