From 5e20020aca76d33227c962a08bb116591a9f28b9 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 27 二月 2025 17:24:48 +0800
Subject: [PATCH] 测试完成
---
dist.zip | 0
vue.config.js | 4 ++--
src/views/followvisit/record/detailpage/index.vue | 11 +++++++----
3 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/dist.zip b/dist.zip
new file mode 100644
index 0000000..a0f810b
--- /dev/null
+++ b/dist.zip
Binary files differ
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;
}
diff --git a/vue.config.js b/vue.config.js
index 25f1f4d..08b0554 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -36,9 +36,9 @@
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://192.168.168.60:8095`,
- // target: `http://192.168.144.34:8095`,
+ target: `http://192.168.144.34:8095`,
// target: `http://61.160.111.174:8095`,
- target:`http://localhost:8095`,
+ // target:`http://localhost:8095`,
// target: `http://192.168.101.135:8095`,
// target: `http://192.168.101.166:8093`,
// target: `http://192.168.191.181:8095`,
--
Gitblit v1.9.3