课题组列表添加ae名称
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-08 10:49:47 +08:00
parent 20ef333325
commit 3f1f24ed04
1 changed files with 3 additions and 1 deletions

View File

@ -38,6 +38,8 @@
show-overflow-tooltip sortable="custom" />
<el-table-column :label="$t('system:hospital:group:Name')" prop="Name" min-width="120"
show-overflow-tooltip sortable="custom" />
<el-table-column :label="$t('system:hospital:group:CallingAE')" prop="CallingAE" min-width="100"
show-overflow-tooltip sortable="custom" />
<el-table-column :label="$t('system:hospital:group:Affiliation')" prop="Affiliation" min-width="120"
show-overflow-tooltip sortable="custom" />
@ -124,7 +126,7 @@
<el-button @click="handleCancel" size="small">{{ $t('common:button:cancel') }}</el-button>
<el-button type="primary" size="small" @click="handleSave" :loading="loading">{{
$t('common:button:save')
}}</el-button>
}}</el-button>
</span>
</el-dialog>
</div>