WXL
4 天以前 039c34d6e2b6d6100b0f2cc942d46adaaaff1e98
测试完成
已修改1个文件
24 ■■■■■ 文件已修改
src/views/patient/propaganda/QuestionnaireTask.vue 24 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/QuestionnaireTask.vue
@@ -1027,11 +1027,11 @@
      },
      taskoptions: [
        {
          value: "1",
          value: "4",
          label: "出院病人",
        },
        {
          value: "4",
          value: "1",
          label: "在院病人",
        },
        {
@@ -1487,9 +1487,7 @@
      this.overallCase.forEach((item) => {
        this.allpids.push(item.patid);
      });
      if (
        this.patientqueryParams.allhosp == 4
      ) {
      if (this.patientqueryParams.allhosp == 4) {
        this.tableLabelhz = [
          // { label: "入院日期", width: "170", prop: "starttime" },
          { label: "出院日期", width: "180", prop: "endtime" },
@@ -1503,9 +1501,7 @@
          { label: "科室", width: "180", prop: "dept" },
          { label: "病区", width: "150", prop: "leavehospitaldistrictname" },
        ];
      } else if (
        this.patientqueryParams.allhosp == 1
      ) {
      } else if (this.patientqueryParams.allhosp == 1) {
        this.tableLabelhz = [
          { label: "入院日期", width: "150", prop: "starttime" },
          { label: "患者", width: "", prop: "name" },
@@ -1518,6 +1514,17 @@
          { label: "科室", width: "180", prop: "dept" },
          { label: "病区", width: "150", prop: "leavehospitaldistrictname" },
        ];
      } else {
        this.tableLabelhz = [
          // { label: "就诊日期", width: "150", prop: "createTime" },
          { label: "患者", width: "", prop: "name" },
          { label: "患者编号", width: "200", prop: "patientno" },
          { label: "性别", width: "", prop: "sex" },
          { label: "患者标签", width: "200", prop: "tag" },
          { label: "医生", width: "", prop: "drname" },
          { label: "科室", width: "180", prop: "dept" },
          { label: "病区", width: "150", prop: "leavehospitaldistrictname" },
        ];
      }
      if (this.allpids[0]) {
        this.patientqueryParams.pids = this.allpids;
@@ -1526,7 +1533,6 @@
      }
      // 科室还是病区
      // 出院还是入院
      if (this.patientqueryParams.allhosp == 4) {