From 64aba591ee30c2c31953a852fe6a95db79fc0070 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期四, 11 九月 2025 14:58:04 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/patient/behospitalized.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/patient/patient/behospitalized.vue b/src/views/patient/patient/behospitalized.vue index 268b1f1..08ccbc5 100644 --- a/src/views/patient/patient/behospitalized.vue +++ b/src/views/patient/patient/behospitalized.vue @@ -47,7 +47,7 @@ <el-form-item label="鎮h�呰寖鍥�" prop="status"> <el-cascader v-model="queryParams.scopetype" - placeholder="榛樿鍏ㄩ儴璇鹃缁�" + placeholder="榛樿鍏ㄩ儴绉戝" :options="sourcetype" :props="{ expandTrigger: 'hover' }" @change="handleChange" @@ -216,7 +216,7 @@ /> <el-table-column - label="璇鹃缁�" + label="绉戝" align="center" key="deptname" prop="deptname" @@ -448,7 +448,7 @@ }, { value: 1, - label: "璇鹃缁勬偅鑰�", + label: "绉戝鎮h��", }, { value: 2, @@ -491,7 +491,7 @@ sourcetype: [ { value: 1, - label: "璇鹃缁�", + label: "绉戝", children: [], }, { @@ -501,7 +501,7 @@ }, { value: 3, - label: "鍏ㄩ儴璇鹃缁�", + label: "鍏ㄩ儴绉戝", }, { value: 4, @@ -530,11 +530,11 @@ optionstag: [], //鏍囩鍒楄〃 Patientrange: [ { - name: "鍏ㄩ儴璇鹃缁�", + name: "鍏ㄩ儴绉戝", id: 999, }, { - name: "褰撳墠璇鹃缁�", + name: "褰撳墠绉戝", id: 1, }, ], -- Gitblit v1.9.3