列表优化
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')"
|
: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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue