From bcf3cae47b1d6d5bde273d1006719751d615769f Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 03 三月 2025 11:48:35 +0800 Subject: [PATCH] 测试完成 --- src/views/followvisit/record/detailpage/index.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue index 1725993..2fc4106 100644 --- a/src/views/followvisit/record/detailpage/index.vue +++ b/src/views/followvisit/record/detailpage/index.vue @@ -47,7 +47,7 @@ prop="sendstate" align="center" width="200" - label="鏈嶅姟鐘舵��" + label="浠诲姟鐘舵��" > <template slot-scope="scope"> <div v-if="scope.row.sendstate == 1"> @@ -57,7 +57,7 @@ </div> <div v-if="scope.row.sendstate == 2"> <el-tag type="primary" :disable-transitions="false" - >寰呮墽琛�</el-tag + >寰呴殢璁�</el-tag > </div> <div v-if="scope.row.sendstate == 3"> @@ -173,7 +173,7 @@ @click="Seedetails(scope.row)" v-hasPermi="['system:user:edit']" ><span class="button-zx" - ><i class="el-icon-s-order"></i>鏌ョ湅鏈嶅姟缁撴灉</span + ><i class="el-icon-s-order"></i>鏌ョ湅</span ></el-button > </template> @@ -820,6 +820,7 @@ getTaskservelist({ patid: this.patid, subId: id, + deptOrDistrict:2, }).then((res) => { if (res.code == 200) { this.form = res.rows[0].serviceSubtaskList[0]; @@ -839,6 +840,7 @@ getTaskservelist({ patid: this.patid, subId: this.id, + deptOrDistrict:2, }).then((res) => { if (res.code == 200) { objson = res.rows[0].serviceSubtaskList[0]; @@ -857,6 +859,7 @@ getTaskservelist({ patid: this.patid, subId: this.id, + deptOrDistrict:2, }).then((res) => { if (res.code == 200) { objson = res.rows[0].serviceSubtaskList[0]; -- Gitblit v1.9.3