| | |
| | | scope.row.followUpRate !== undefined |
| | | " |
| | | > |
| | | {{ formatPercent(scope.row.followUpRate) }} |
| | | {{ scope.row.followUpRate }} |
| | | </span> |
| | | <span v-else>-</span> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | v-if="orgname == '景宁畲族自治县人民医院'" |
| | | label="及时率" |
| | | align="center" |
| | | key="rate" |
| | |
| | | |
| | | // 加载状态 |
| | | loading: false, |
| | | orgname: "", |
| | | |
| | | // 选中的行 |
| | | ids: [], |
| | |
| | | }, |
| | | |
| | | created() { |
| | | this.orgname = localStorage.getItem("orgname"); |
| | | |
| | | this.initData(); |
| | | }, |
| | | |
| | |
| | | // 初始化数据 |
| | | async initData() { |
| | | await this.getDeptTree(); |
| | | await this.getList(); |
| | | // await this.getList(); |
| | | }, |
| | | |
| | | // 获取科室树 |
| | |
| | | |
| | | const response = await getSfStatisticsJoyInfo(params); |
| | | this.topiclist = response.data || []; |
| | | this.topicVisible = true; |
| | | |
| | | this.topicVisible = true; |
| | | } catch (error) { |
| | | console.error("获取满意度详情失败:", error); |
| | | this.$message.error("获取详情失败"); |