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/sfstatistics/percentage/index.vue |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/views/sfstatistics/percentage/index.vue b/src/views/sfstatistics/percentage/index.vue
index 42425ee..3177092 100644
--- a/src/views/sfstatistics/percentage/index.vue
+++ b/src/views/sfstatistics/percentage/index.vue
@@ -49,7 +49,7 @@
                   size="medium"
                   multiple
                   filterable
-                  placeholder="璇烽�夋嫨璇鹃缁�"
+                  placeholder="璇烽�夋嫨绉戝"
                 >
                   <el-option
                     v-for="item in flatArraydept"
@@ -151,7 +151,7 @@
                       align="center"
                     />
                     <el-table-column
-                      label="璇鹃缁�"
+                      label="绉戝"
                       width="120"
                       prop="deptname"
                       align="center"
@@ -350,7 +350,7 @@
                 :show-overflow-tooltip="true"
               />
               <el-table-column
-                label="璇鹃缁�"
+                label="绉戝"
                 align="center"
                 key="deptname"
                 prop="deptname"
@@ -866,7 +866,7 @@
           value: 1,
         },
         {
-          label: "璇鹃缁勭粺璁�",
+          label: "绉戝缁熻",
           value: 2,
         },
       ],
@@ -901,7 +901,7 @@
       postOptions: [],
       // 瑙掕壊閫夐」
       roleOptions: [],
-      // 瀛樺偍鎵�鏈夎棰樼粍浠g爜
+      // 瀛樺偍鎵�鏈夌瀹や唬鐮�
       allDeptCodes: [],
       // 瀛樺偍鎵�鏈夌梾鍖轰唬鐮�
       allWardCodes: [],
@@ -938,7 +938,7 @@
         dateRange: [],
         statisticaltype: 1,
         leavehospitaldistrictcodes: ["all"], // 榛樿閫変腑鍏ㄩ儴鐥呭尯
-        deptcodes: [], // 榛樿閫変腑鍏ㄩ儴璇鹃缁�
+        deptcodes: [], // 榛樿閫変腑鍏ㄩ儴绉戝
       },
       // 鍒椾俊鎭�
       columns: [
@@ -964,7 +964,7 @@
       // 澶勭悊鏌ヨ鍙傛暟
       const params = {
         ...this.queryParams,
-        // 濡傛灉閫夋嫨浜�"鍏ㄩ儴"锛屽垯浼犳墍鏈夌梾鍖�/璇鹃缁勪唬鐮�
+        // 濡傛灉閫夋嫨浜�"鍏ㄩ儴"锛屽垯浼犳墍鏈夌梾鍖�/绉戝浠g爜
         leavehospitaldistrictcodes:
           this.queryParams.leavehospitaldistrictcodes.includes("all")
             ? this.allWardCodes
@@ -1001,7 +1001,7 @@
       // 澶勭悊鏌ヨ鍙傛暟
       const params = {
         ...this.queryParams,
-        // 濡傛灉閫夋嫨浜�"鍏ㄩ儴"锛屽垯浼犳墍鏈夌梾鍖�/璇鹃缁勪唬鐮�
+        // 濡傛灉閫夋嫨浜�"鍏ㄩ儴"锛屽垯浼犳墍鏈夌梾鍖�/绉戝浠g爜
         leavehospitaldistrictcodes: [row.leavehospitaldistrictcode],
         drcode: "1",
       };
@@ -1030,16 +1030,16 @@
         tagid: row.tagid,
       };
     },
-    // 鑾峰彇璇鹃缁勬爲
+    // 鑾峰彇绉戝鏍�
     getDeptTree() {
-      // 璇鹃缁勫垪琛�
+      // 绉戝鍒楄〃
       this.flatArraydept = store.getters.belongDepts.map((dept) => {
         return {
           label: dept.deptName,
           value: dept.deptCode,
         };
       });
-      // 瀛樺偍鎵�鏈夎棰樼粍浠g爜
+      // 瀛樺偍鎵�鏈夌瀹や唬鐮�
       this.allDeptCodes = store.getters.belongDepts.map(
         (dept) => dept.deptCode
       );
@@ -1412,7 +1412,7 @@
 
   const option = {
     title: {
-      text: "璇鹃缁�/鐥呭尯闅忚瓒嬪娍",
+      text: "绉戝/鐥呭尯闅忚瓒嬪娍",
       left: "center",
       textStyle: {
         color: '#333',

--
Gitblit v1.9.3