From c3576dff24adbb52cf807c100afb63399e16f813 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期四, 11 九月 2025 09:36:45 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/Missioncreation.vue | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/patient/propaganda/Missioncreation.vue b/src/views/patient/propaganda/Missioncreation.vue index e272911..bbfa7ec 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: "绉戝鎮h��", + label: "璇鹃缁勬偅鑰�", }, { 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"); @@ -1839,7 +1839,7 @@ } } .button-textsc { - color: #28cfe6; + color: #3664D9; } .button-textxg { color: #de7897; -- Gitblit v1.9.3