dicom ae 列表添加创建时间
continuous-integration/drone/push Build is failing Details

main
wangxiaoshuang 2024-04-30 16:42:47 +08:00
parent fe98bee8b1
commit e9c3d51e46
1 changed files with 7 additions and 0 deletions

View File

@ -92,6 +92,13 @@
}}</el-tag>
</template>
</el-table-column>
<!--创建时间-->
<el-table-column
:label="$t('system:dicom:table:CreateTime')"
prop="CreateTime"
min-width="120"
show-overflow-tooltip
/>
<!--最后测试时间-->
<el-table-column
:label="$t('system:dicom:table:LatestTestTime')"