From 0bccc45dca0527bef40f5d9ed47c8e0d175cd40b Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期四, 11 九月 2025 14:57:52 +0800 Subject: [PATCH] 测试完成 --- src/views/sfstatistics/percentage/index.vue | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/views/sfstatistics/percentage/index.vue b/src/views/sfstatistics/percentage/index.vue index b1c54e2..42425ee 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" @@ -187,7 +187,7 @@ </el-table-column> <el-table-column align="center" label="棣栨鍑洪櫌闅忚"> <el-table-column - label="搴旈殢璁�" + label="闇�闅忚" align="center" key="needFollowUp" prop="needFollowUp" @@ -273,7 +273,7 @@ </el-table-column> <el-table-column align="center" label="鍐嶆鍑洪櫌闅忚"> <el-table-column - label="搴旈殢璁�" + label="闇�闅忚" align="center" key="needFollowUpAgain" prop="needFollowUpAgain" @@ -350,7 +350,7 @@ :show-overflow-tooltip="true" /> <el-table-column - label="绉戝" + label="璇鹃缁�" align="center" key="deptname" prop="deptname" @@ -382,7 +382,7 @@ </el-table-column> <el-table-column align="center" label="棣栨鍑洪櫌闅忚"> <el-table-column - label="搴旈殢璁�" + label="闇�闅忚" align="center" key="needFollowUp" prop="needFollowUp" @@ -466,7 +466,7 @@ </el-table-column> <el-table-column align="center" label="鍐嶆鍑洪櫌闅忚"> <el-table-column - label="搴旈殢璁�" + label="闇�闅忚" align="center" key="needFollowUpAgain" prop="needFollowUpAgain" @@ -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