推送记录列表新增检查数量字段
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-05-29 11:07:58 +08:00
parent be53acc191
commit cabc2f33b2
2 changed files with 9 additions and 1 deletions

View File

@ -111,6 +111,14 @@
min-width="120" min-width="120"
> >
</el-table-column> </el-table-column>
<!--检查数量--->
<el-table-column
:label="$t('trials:inspection:table:StudyCount')"
prop="StudyCount"
min-width="90"
show-overflow-tooltip
sortable="custom"
/>
<!--图像数量--> <!--图像数量-->
<el-table-column <el-table-column
align="center" align="center"

View File

@ -123,7 +123,7 @@
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
/> />
<!--下载用户别名---> <!--检查数量--->
<el-table-column <el-table-column
:label="$t('trials:downloadRecord:table:StudyCount')" :label="$t('trials:downloadRecord:table:StudyCount')"
prop="StudyCount" prop="StudyCount"