From 88ea26163df07a8a90af7062f6b9c0844cb344d4 Mon Sep 17 00:00:00 2001 From: HH <2454517719@qq.com> Date: Thu, 11 Jul 2024 17:24:16 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E7=B3=BB=E7=BB=9F=E8=BF=AD?= =?UTF-8?q?=E4=BB=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/dialog/detailWork.vue | 3 +- src/views/home/index.vue | 2 +- .../system/base/service-rating/index.vue | 18 +++- src/views/system/log/domicile-log/details.vue | 93 +++++++++++++++++++ src/views/system/log/domicile-log/index.vue | 34 ++++++- 5 files changed, 140 insertions(+), 10 deletions(-) create mode 100644 src/views/system/log/domicile-log/details.vue diff --git a/src/views/home/dialog/detailWork.vue b/src/views/home/dialog/detailWork.vue index e1a2972..aa59950 100644 --- a/src/views/home/dialog/detailWork.vue +++ b/src/views/home/dialog/detailWork.vue @@ -376,6 +376,7 @@ watch( form.value = props.form; form.value.time = [form.value.startTime, form.value.endTime]; getCheckDangers(form.value.workId || uuid.value) + getCompanyList(form.value.workId); } } ); @@ -383,7 +384,7 @@ watch( () => props.readonly, (val) => { if (val) { - getCompanyList(props.form.workId); + // getCompanyList(props.form.workId); } } diff --git a/src/views/home/index.vue b/src/views/home/index.vue index decfc9e..9c3f874 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -691,7 +691,7 @@ const clickRadio = () => { const getList = () => { workcurrentPage.value = 1; getWkInfoReceive(); - getWkInfoFinishStatistic(); + // getWkInfoFinishStatistic(); }; //工作完成统计 const worktenementRef = ref(); diff --git a/src/views/system/base/service-rating/index.vue b/src/views/system/base/service-rating/index.vue index bac1004..64a6df4 100644 --- a/src/views/system/base/service-rating/index.vue +++ b/src/views/system/base/service-rating/index.vue @@ -70,17 +70,17 @@
| 属性/名称 | +修改前 | +修改后 | +
|---|---|---|
| {{ value[0] }} | +{{ value[1] || '-' }} | +{{ value[2] || '-' }} | +