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);