WXL
2025-01-10 3dcfdb6a9a1035cc3c4ff34d29f7af0ee2534068
src/views/patient/patient/behospitalized.vue
@@ -145,12 +145,29 @@
            prop="patno"
          width="120"
          />
          <el-table-column
            label="姓名"
            align="center"
            key="patname"
            prop="patname"
          />
          >
            <template slot-scope="scope">
              <el-button
                size="medium"
                type="text"
                @click="
                  $router.push({
                    path: '/patient/indexls/',
                    query: { id: scope.row.id },
                  })
                "
                ><span class="button-textsc">{{
                  scope.row.patname
                }}</span></el-button
              >
            </template>
          </el-table-column>
          <el-table-column label="性别" align="center" key="sex" prop="sex">
            <template slot-scope="scope">
              <span>{{ scope.row.sex == 1 ? "男" : "女" }}</span>
@@ -171,7 +188,6 @@
            width="120"
          />
          <el-table-column
            label="入院诊断"
            align="center"
@@ -179,7 +195,6 @@
            prop="diagname"
            width="190"
          />
          <el-table-column
            label="科室"
@@ -531,7 +546,6 @@
    },
  },
  created() {
    this.getList();
    this.listDept();
    this.gettabList();