WXL
2023-12-28 2ef938e02a1c64c7e7c641d46a2db91e4cdd1b75
src/views/patient/patient/index.vue
@@ -259,7 +259,7 @@
                :show-overflow-tooltip="true"
              >
                <template slot-scope="scope">
                  <span v-for="item in scope.row.tagList">{{ item }} </span>
                  <span v-for="item in scope.row.tagList">{{ item.tagname }} </span>
                </template>
              </el-table-column>
              <el-table-column
@@ -855,6 +855,7 @@
  methods: {
    /** 查询患者列表 */
    getList() {
      console.log(this.dict.type.sys_user_sex);
      this.loading = true;
      messagelistpatient(this.queryParams).then((response) => {
        console.log(response);