WXL (wul)
6 天以前 51461f369f0b0ad1da96346afee5637302f1525b
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();
  },
@@ -977,7 +982,6 @@
      this.single = selection.length != 1;
      this.multiple = !selection.length;
    },
    /** 导出按钮操作 */
    /** 导出按钮操作 */