WXL
2025-03-07 ff99a9bcfd54dd5794832a2daf1a119ed5e4627d
测试完成
已修改5个文件
26 ■■■■■ 文件已修改
src/views/followvisit/record/detailpage/index.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/behospitalized.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/hospital.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/indexls.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/profile/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/record/detailpage/index.vue
@@ -152,6 +152,14 @@
            show-overflow-tooltip
          >
          </el-table-column>
          <el-table-column
            prop="remark"
            align="center"
            label="服务记录"
            width="200"
            show-overflow-tooltip
          >
          </el-table-column>
          <el-table-column
            prop="bankcardno"
src/views/patient/patient/behospitalized.vue
@@ -141,8 +141,8 @@
          <el-table-column
            label="住院号"
            align="center"
            key="patno"
            prop="patno"
            key="inhospno"
            prop="inhospno"
            width="120"
          />
src/views/patient/patient/hospital.vue
@@ -144,8 +144,8 @@
          <el-table-column
            label="住院号"
            align="center"
            key="patno"
            prop="patno"
            key="inhospno"
            prop="inhospno"
          width="120"
          />
          <!-- <el-table-column
src/views/patient/patient/indexls.vue
@@ -10,7 +10,6 @@
import axios from "axios";
export default {
  name: "Discharge",
  dicts: ["sys_normal_disable", "sys_user_sex", "sys_yujing", "sys_suggest"],
  components: { Treeselect },
  data() {
@@ -203,6 +202,9 @@
  },
  watch: {},
  created() {
    // this.gettoken();
  },
  mounted() {
    this.gettoken();
  },
  activated() {},
@@ -219,7 +221,7 @@
        })
        .catch((error) => {
          // 请求失败
          console.error("Error:", error);
          this.linkUrl='https://www.google.com/blank.html';
          if (error.response) {
            // 服务器返回了错误响应
            console.error("Status Code:", error.response.status);
src/views/patient/patient/profile/index.vue
@@ -453,8 +453,8 @@
          <el-table-column
            label="住院号"
            align="center"
            key="patno"
            prop="patno"
            key="inhospno"
            prop="inhospno"
            width="180"
          />
          <el-table-column