From 5e20020aca76d33227c962a08bb116591a9f28b9 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 27 二月 2025 17:24:48 +0800 Subject: [PATCH] 测试完成 --- src/views/followvisit/record/detailpage/index.vue | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue index 7b4f9d1..f47dccb 100644 --- a/src/views/followvisit/record/detailpage/index.vue +++ b/src/views/followvisit/record/detailpage/index.vue @@ -221,9 +221,9 @@ <el-button plain type="info" @click="Editsingletaskson('5')" >涓績闅忚</el-button > - <el-button type="primary" round @click="sendAgain()" + <!-- <el-button type="primary" round @click="sendAgain()" >鍐嶆闅忚</el-button - > + > --> </div> </el-form-item> </el-form> @@ -597,7 +597,7 @@ // 鑾峰彇鍩虹淇℃伅 getuserinfo() { const queryParams = { - pid: Number(this.id), + pid: Number(this.patid), allhosp: "0", pageNum: 1, }; @@ -756,7 +756,7 @@ this.templateid = this.logsheetlist[0].templateid; console.log(this.form.serviceType, "serviceType"); } - +this.getuserinfo() if (this.Voicetype) { this.getPersonVoices(); } else { @@ -1049,6 +1049,9 @@ top: 0; } } +::v-deep.el-input.is-disabled .el-input__inner{ +color: #02a7f0; +} ::v-deep.offside-value .el-radio__label { color: #fff; } -- Gitblit v1.9.3