列表优化
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b7413c31b7
commit
d429f00733
|
@ -195,7 +195,7 @@
|
|||
:label="$t('trials:subject:table:latestVisitName')"
|
||||
show-overflow-tooltip
|
||||
sortable="custom"
|
||||
min-width="160"
|
||||
min-width="120"
|
||||
/>
|
||||
|
||||
<el-table-column
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
<!-- 访视 -->
|
||||
<el-table-column
|
||||
prop="VisitName"
|
||||
min-width="100"
|
||||
min-width="120"
|
||||
:label="$t('trials:auditRecord:table:visit')"
|
||||
fixed="left"
|
||||
show-overflow-tooltip
|
||||
|
|
|
@ -233,7 +233,7 @@
|
|||
<!-- 是否有重复文件 -->
|
||||
<el-table-column
|
||||
prop="IsDicomReUpload"
|
||||
min-width="140"
|
||||
min-width="150"
|
||||
:label="$t('trials:uploadMonitor:table:isRepetition')"
|
||||
show-overflow-tooltip
|
||||
sortable="custom"
|
||||
|
@ -263,7 +263,7 @@
|
|||
/> -->
|
||||
<el-table-column
|
||||
:label="$t('common:action:action')"
|
||||
width="250"
|
||||
width="80"
|
||||
fixed="right"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
|
|
Loading…
Reference in New Issue