列表优化
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-06-13 14:55:16 +08:00
parent b7413c31b7
commit d429f00733
3 changed files with 4 additions and 4 deletions

View File

@ -195,7 +195,7 @@
:label="$t('trials:subject:table:latestVisitName')" :label="$t('trials:subject:table:latestVisitName')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
min-width="160" min-width="120"
/> />
<el-table-column <el-table-column

View File

@ -156,7 +156,7 @@
<!-- 访视 --> <!-- 访视 -->
<el-table-column <el-table-column
prop="VisitName" prop="VisitName"
min-width="100" min-width="120"
:label="$t('trials:auditRecord:table:visit')" :label="$t('trials:auditRecord:table:visit')"
fixed="left" fixed="left"
show-overflow-tooltip show-overflow-tooltip

View File

@ -233,7 +233,7 @@
<!-- 是否有重复文件 --> <!-- 是否有重复文件 -->
<el-table-column <el-table-column
prop="IsDicomReUpload" prop="IsDicomReUpload"
min-width="140" min-width="150"
:label="$t('trials:uploadMonitor:table:isRepetition')" :label="$t('trials:uploadMonitor:table:isRepetition')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
@ -263,7 +263,7 @@
/> --> /> -->
<el-table-column <el-table-column
:label="$t('common:action:action')" :label="$t('common:action:action')"
width="250" width="80"
fixed="right" fixed="right"
> >
<template slot-scope="scope"> <template slot-scope="scope">