From 0c3845a416130719a2554850c9dc8ce095587386 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Mon, 23 Mar 2026 20:02:10 +0800 Subject: [PATCH] =?UTF-8?q?fix--=E9=A2=84=E8=AD=A6=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E7=95=8C=E9=9D=A2=EF=BC=8C=E7=BB=93=E7=AE=97?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=9A=84=E7=95=8C=E9=9D=A2=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E9=94=99=E8=AF=AF=EF=BC=8C=E4=B8=94=E7=BC=BA=E5=B0=91=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warning/components/detail.vue | 2 +- src/views/warning/edit.vue | 2 +- src/views/warning/index.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/warning/components/detail.vue b/src/views/warning/components/detail.vue index 1a26f41..20f90e1 100644 --- a/src/views/warning/components/detail.vue +++ b/src/views/warning/components/detail.vue @@ -625,7 +625,7 @@ watch(() => formData.value.project.auditUnitId, (val) => {
-

{{ isEndData ? '控制价项目报审' : '结算项目报审' }}

+

{{ isEndData ? '结算项目报审' : '控制价项目报审' }}

diff --git a/src/views/warning/edit.vue b/src/views/warning/edit.vue index 952a41f..f589686 100644 --- a/src/views/warning/edit.vue +++ b/src/views/warning/edit.vue @@ -109,7 +109,7 @@ const detailProps = ref({}) const DetailReport = () => { //判断是否为报审人 detailProps.value = { - isEnd: formData.value.reportProject.reportType === "项目控制价", + isEnd: formData.value.reportProject.reportType === "结算项目", id: formData.value.reportProject.id, backPath: '/entryWindow', node: formData.value.reportProject.node diff --git a/src/views/warning/index.vue b/src/views/warning/index.vue index 24bec85..1d32e80 100644 --- a/src/views/warning/index.vue +++ b/src/views/warning/index.vue @@ -35,7 +35,7 @@ const editFun = (row) =>{ console.log('row',row) const listQuery = query.value let routeQuery ={ - isEnd:row.reportType === "项目控制价", + isEnd:row.reportType === "结算项目", reportId:row.id, isEdit:true, backPath:'/warning',