From 2977b13162d90304d972d4b04be8c4adc1250b93 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 17 九月 2025 16:18:26 +0800
Subject: [PATCH] 同步

---
 src/views/patient/patient/hospital.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/views/patient/patient/hospital.vue b/src/views/patient/patient/hospital.vue
index c8a6ca8..e7bde5d 100644
--- a/src/views/patient/patient/hospital.vue
+++ b/src/views/patient/patient/hospital.vue
@@ -45,10 +45,10 @@
               @keyup.enter.native="handleQuery"
             />
           </el-form-item>
-          <el-form-item label="璇鹃缁勫悕绉�" prop="inhospno">
+          <el-form-item label="绉戝鍚嶇О" prop="inhospno">
             <el-input
               v-model="queryParams.deptname"
-              placeholder="璇疯緭鍏ヨ棰樼粍鍚嶇О"
+              placeholder="璇疯緭鍏ョ瀹ゅ悕绉�"
               clearable
               style="width: 250px"
               @keyup.enter.native="handleQuery"
@@ -58,7 +58,7 @@
           <el-form-item label="鎮h�呰寖鍥�" prop="status">
             <el-cascader
               v-model="queryParams.scopetype"
-              placeholder="榛樿鍏ㄩ儴璇鹃缁�"
+              placeholder="榛樿鍏ㄩ儴绉戝"
               :options="sourcetype"
               :props="{ expandTrigger: 'hover' }"
               @change="handleChange"
@@ -247,7 +247,7 @@
             width="120"
           /> -->
           <el-table-column
-            label="璇鹃缁�"
+            label="绉戝"
             align="center"
             key="deptname"
             prop="deptname"
@@ -479,7 +479,7 @@
         },
         {
           value: 1,
-          label: "璇鹃缁勬偅鑰�",
+          label: "绉戝鎮h��",
         },
         {
           value: 2,
@@ -539,7 +539,7 @@
       sourcetype: [
         {
           value: 1,
-          label: "璇鹃缁�",
+          label: "绉戝",
           children: [],
         },
         {
@@ -549,7 +549,7 @@
         },
         {
           value: 3,
-          label: "鍏ㄩ儴璇鹃缁�",
+          label: "鍏ㄩ儴绉戝",
         },
         {
           value: 4,
@@ -567,11 +567,11 @@
       optionstag: [], //鏍囩鍒楄〃
       Patientrange: [
         {
-          name: "鍏ㄩ儴璇鹃缁�",
+          name: "鍏ㄩ儴绉戝",
           id: 999,
         },
         {
-          name: "褰撳墠璇鹃缁�",
+          name: "褰撳墠绉戝",
           id: 1,
         },
       ],
@@ -653,8 +653,8 @@
     },
     //鎮h��360璺宠浆
     gettoken360(sfzh, drcode, drname) {
-      this.$modal.msgWarning('360鍔熻兘鏆傛湭寮�閫�');
-  return; // 闃绘鍚庣画浠g爜鎵ц
+      // this.$modal.msgWarning('360鍔熻兘鏆傛湭寮�閫�');
+
       this.postData.YeWuXX.BingRenXX.ZhengJianHM = sfzh;
       if (this.postData.XiaoXiTou.ZuHuMC == "涓芥按甯備腑鍖婚櫌") {
         this.postData.YeWuXX.YongHuXX.YongHuID = "1400398571877961728";

--
Gitblit v1.9.3