From d54ac083e2992a5613f5cb22849db9742dbe9a9b Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 22 十月 2025 11:06:14 +0800
Subject: [PATCH] 问卷联调
---
src/views/patient/propaganda/Missioncreation.vue | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/views/patient/propaganda/Missioncreation.vue b/src/views/patient/propaganda/Missioncreation.vue
index bbfa7ec..f666f1a 100644
--- a/src/views/patient/propaganda/Missioncreation.vue
+++ b/src/views/patient/propaganda/Missioncreation.vue
@@ -84,13 +84,13 @@
</el-form-item>
<el-row>
<el-col :span="20"
- ><el-form-item label="閫傜敤璇鹃缁�" prop="region">
+ ><el-form-item label="閫傜敤绉戝" prop="region">
<el-select
v-model="form.deptcode"
style="width: 400px"
size="medium"
filterable
- placeholder="璇烽�夋嫨璇鹃缁�"
+ placeholder="璇烽�夋嫨绉戝"
>
<el-option
class="ruleFormaa"
@@ -344,7 +344,7 @@
<el-input v-model="topqueryParams.name"></el-input>
</el-form-item>
- <el-form-item label="灏辫瘖璇鹃缁�">
+ <el-form-item label="灏辫瘖绉戝">
<el-input v-model="topqueryParams.deptName"></el-input>
</el-form-item>
<el-form-item>
@@ -701,7 +701,7 @@
</el-select>
</el-form-item> -->
- <!-- <el-form-item label="閫傜敤璇鹃缁�" prop="status">
+ <!-- <el-form-item label="閫傜敤绉戝" prop="status">
<el-select v-model="topqueryParams.topicd" placeholder="璇烽�夋嫨">
<el-option
v-for="item in topicoptions"
@@ -796,7 +796,7 @@
dialogVisiblepatient: false, //娣诲姞鎮h�呭脊妗�
radio: 1,
checkboxlist: [],
- // 璇鹃缁�/鐥呭尯
+ // 绉戝/鐥呭尯
belongWards: [],
belongWards: [],
tableLabel: [],
@@ -812,7 +812,7 @@
{ label: "骞撮緞", width: "", prop: "age" },
{ label: "璐d换鎶ゅ+", width: "", prop: "nurseName" },
{ label: "涓绘不鍖荤敓", width: "", prop: "drname" },
- { label: "璇鹃缁�", width: "240", prop: "dept" },
+ { label: "绉戝", width: "240", prop: "dept" },
{ label: "鐥呭尯", width: "240", prop: "leavehospitaldistrictname" },
],
// 鎮h�呰〃鍗�
@@ -824,7 +824,7 @@
{ label: "骞撮緞", width: "", prop: "age" },
{ label: "璐d换鎶ゅ+", width: "", prop: "nurseName" },
{ label: "涓绘不鍖荤敓", width: "", prop: "drname" },
- { label: "璇鹃缁�", width: "180", prop: "deptName" },
+ { label: "绉戝", width: "180", prop: "deptName" },
{ label: "鐥呭尯", width: "150", prop: "leavehospitaldistrictname" },
],
@@ -989,7 +989,7 @@
},
{
value: 1,
- label: "璇鹃缁勬偅鑰�",
+ label: "绉戝鎮h��",
},
{
value: 2,
@@ -1251,7 +1251,7 @@
{ label: "骞撮緞", width: "", prop: "age" },
{ label: "璐d换鎶ゅ+", width: "", prop: "nurseName" },
{ label: "鍖荤敓", width: "", prop: "drname" },
- { label: "璇鹃缁�", width: "180", prop: "dept" },
+ { label: "绉戝", width: "180", prop: "dept" },
{ label: "鐥呭尯", width: "150", prop: "leavehospitaldistrictname" },
];
} else if (this.patientqueryParams.allhosp == 2) {
@@ -1261,7 +1261,7 @@
{ label: "鎬у埆", width: "", prop: "sex" },
{ label: "骞撮緞", width: "", prop: "age" },
{ label: "璇婃柇", width: "", prop: "diagname" },
- { label: "灏辫瘖璇鹃缁�", width: "", prop: "deptName" },
+ { label: "灏辫瘖绉戝", width: "", prop: "deptName" },
{ label: "鍏ラ櫌鏃ユ湡", width: "", prop: "inhosptime" },
{ label: "鍒涘缓浜�", width: "", prop: "createBy" },
];
@@ -1471,7 +1471,7 @@
console.log(this.sortlist);
});
},
- // 鑾峰彇璇鹃缁勫垪琛�
+ // 鑾峰彇绉戝鍒楄〃
listDept() {
listDept().then((res) => {
this.topicoptions = this.handleTree(res.data, "deptId");
--
Gitblit v1.9.3