下载列表新增检查数量字段
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-05-29 10:22:31 +08:00
parent 64c5cba48c
commit be53acc191
1 changed files with 8 additions and 0 deletions

View File

@ -123,6 +123,14 @@
show-overflow-tooltip
sortable="custom"
/>
<!--下载用户别名--->
<el-table-column
:label="$t('trials:downloadRecord:table:StudyCount')"
prop="StudyCount"
min-width="90"
show-overflow-tooltip
sortable="custom"
/>
<!--下载图像数量--->
<el-table-column
:label="$t('trials:downloadRecord:table:VisitImageFileCount')"