WXL (wul)
15 小时以前 0bccc45dca0527bef40f5d9ed47c8e0d175cd40b
src/views/patient/patient/behospitalized.vue
@@ -47,7 +47,7 @@
          <el-form-item label="患者范围" prop="status">
            <el-cascader
              v-model="queryParams.scopetype"
              placeholder="默认全部科室"
              placeholder="默认全部课题组"
              :options="sourcetype"
              :props="{ expandTrigger: 'hover' }"
              @change="handleChange"
@@ -216,7 +216,7 @@
          />
          <el-table-column
            label="科室"
            label="课题组"
            align="center"
            key="deptname"
            prop="deptname"
@@ -448,7 +448,7 @@
        },
        {
          value: 1,
          label: "科室患者",
          label: "课题组患者",
        },
        {
          value: 2,
@@ -491,7 +491,7 @@
      sourcetype: [
        {
          value: 1,
          label: "科室",
          label: "课题组",
          children: [],
        },
        {
@@ -501,7 +501,7 @@
        },
        {
          value: 3,
          label: "全部科室",
          label: "全部课题组",
        },
        {
          value: 4,
@@ -530,11 +530,11 @@
      optionstag: [], //标签列表
      Patientrange: [
        {
          name: "全部科室",
          name: "全部课题组",
          id: 999,
        },
        {
          name: "当前科室",
          name: "当前课题组",
          id: 1,
        },
      ],
@@ -951,6 +951,6 @@
  }
}
.button-textsc {
  color: #28cfe6;
  color: #3664D9;
}
</style>