WXL
2025-03-13 f5c20150a01789f3e0e45671c0261a6e25d27544
src/views/patient/propaganda/particty.vue
@@ -223,7 +223,6 @@
                        style="width: 400px"
                        size="medium"
                        filterable
                        multiple
                        placeholder="请选择科室"
                      >
                        <el-option
@@ -246,7 +245,6 @@
                        @remove-tag="removehpsp"
                        size="medium"
                        filterable
                        multiple
                        placeholder="请选择病区"
                      >
                        <el-option
@@ -476,6 +474,12 @@
              <el-form-item label="患者:">
                <el-input
                  v-model="patientqueryParams.name"
                  @keyup.enter.native="handleQuery"
                ></el-input>
              </el-form-item>
              <el-form-item label="患者标签:">
                <el-input
                  v-model="patientqueryParams.tagname"
                  @keyup.enter.native="handleQuery"
                ></el-input>
              </el-form-item>
@@ -873,12 +877,13 @@
      propstask: { value: "deptCode", label: "deptName" },
      // 患者表单
      tableLabelhz: [
        { label: "出院日期", width: "150", prop: "inhosptime" },
        { label: "出院日期", width: "150", prop: "endtime" },
        { label: "患者", width: "", prop: "name" },
        { label: "身份证", width: "200", prop: "idcardno" },
        { label: "电话号码", width: "180", prop: "telcode" },
        { label: "性别", width: "", prop: "sex" },
        { label: "年龄", width: "", prop: "age" },
        { label: "患者标签", width: "", prop: "tag" },
        { label: "责任护士", width: "", prop: "nurseName" },
        { label: "主治医生", width: "", prop: "drname" },
        { label: "科室", width: "240", prop: "dept" },
@@ -1520,6 +1525,7 @@
          { label: "电话号码", width: "180", prop: "telcode" },
          { label: "性别", width: "", prop: "sex" },
          { label: "年龄", width: "", prop: "age" },
        { label: "患者标签", width: "", prop: "tag" },
          { label: "出院天数", width: "", prop: "endDay" },
          { label: "责任护士", width: "", prop: "nurseName" },
          { label: "医生", width: "", prop: "drname" },
@@ -1534,6 +1540,7 @@
          { label: "电话号码", width: "180", prop: "telcode" },
          { label: "性别", width: "", prop: "sex" },
          { label: "年龄", width: "", prop: "age" },
        { label: "患者标签", width: "", prop: "tag" },
          { label: "出院天数", width: "", prop: "endDay" },
          { label: "责任护士", width: "", prop: "nurseName" },
          { label: "医生", width: "", prop: "drname" },