WXL (wul)
2 天以前 e06cd3953ba8a6e0eee11c235bce9ced419a2800
src/views/sfstatistics/percentage/satisfaction.vue
@@ -186,6 +186,7 @@
                  </template> -->
              </el-table-column>
              <el-table-column
              v-if="orgname == '景宁畲族自治县人民医院'"
                label="及时率"
                align="center"
                key="rate"
@@ -613,6 +614,8 @@
      idds: "", //分类id
      // 总条数
      total: 0,
      orgname: "",
      flatArrayhospit: [],
      flatArraydept: [],
      patienttotal: 0,
@@ -748,6 +751,8 @@
  },
  watch: {},
  created() {
    this.orgname = localStorage.getItem("orgname");
    this.getDeptTree();
    this.getList();
  },