WXL (wul)
3 天以前 b57c6c97c7de4cb5aeeb6c766a4642fac5b9b500
src/views/sfstatistics/percentage/satisfaction.vue
@@ -17,6 +17,7 @@
                <el-select
                  v-model="queryParams.statisticaltype"
                  placeholder="请选择统计类型"
                  @change="handleQuery"
                >
                  <el-option
                    v-for="item in Statisticallist"
@@ -186,6 +187,7 @@
                  </template> -->
              </el-table-column>
              <el-table-column
                v-if="orgname == '景宁畲族自治县人民医院'"
                label="及时率"
                align="center"
                key="rate"
@@ -552,7 +554,6 @@
</template>
<script>
import store from "@/store";
import {
  getSfStatisticsJoy,
@@ -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();
  },
@@ -875,6 +880,7 @@
    },
    SeedetailsgGo(row) {
      this.SeedetailsVisible = false;
      let type = "";
      if (row.preachformson && row.preachformson.includes("3")) {
        type = 1;
@@ -977,7 +983,6 @@
      this.single = selection.length != 1;
      this.multiple = !selection.length;
    },
    /** 导出按钮操作 */
    /** 导出按钮操作 */