1
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-09-22 11:50:59 +08:00
parent 1aaf1927f5
commit ef3ca59842
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@
</el-table-column>
<!--检查部位-->
<el-table-column prop="BodyPart" :label="$t('upload:nonedicom:table:bodyPart')" sortable="custom">
<span>{{ getBodyPart(scope.row.BodyPart, scope.row.BodyPartForEditOther) }}</span>
<template slot-scope="scope">
<span>{{ getBodyPart(scope.row.BodyPart, scope.row.BodyPartForEditOther) }}</span>
</template>
</el-table-column>
<!--原文件数-->
<el-table-column prop="FileCount" :label="$t('upload:nonedicom:table:fileCount')">