医院信息展示顺序调整
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-08-29 14:49:19 +08:00
parent 53fbc45ba2
commit fc83d3ee75
1 changed files with 1 additions and 2 deletions

View File

@ -37,9 +37,8 @@
<el-table-column :label="$t('system:hospital:table:hospitalAliasName')" prop="HospitalAliasName"
min-width="120" show-overflow-tooltip sortable="custom" />
<el-table-column :label="$t('system:hospital:table:country')" prop="Country" show-overflow-tooltip />
<el-table-column :label="$t('system:hospital:table:city')" prop="City" show-overflow-tooltip />
<el-table-column :label="$t('system:hospital:table:province')" prop="Province" show-overflow-tooltip />
<el-table-column :label="$t('system:hospital:table:city')" prop="City" show-overflow-tooltip />
<el-table-column :label="$t('system:hospital:table:address')" prop="Address" min-width="150"
show-overflow-tooltip />
<el-table-column :label="$t('system:hospital:table:phone')" prop="Phone" min-width="150"