调整工作台一致性核查列表列头间距
parent
7969db76fe
commit
9b601c0f9a
|
@ -29,6 +29,7 @@
|
|||
prop="TrialCode"
|
||||
show-overflow-tooltip
|
||||
sortable="custom"
|
||||
min-width="110"
|
||||
/>
|
||||
<!-- 试验名称 -->
|
||||
<el-table-column
|
||||
|
@ -36,6 +37,7 @@
|
|||
prop="ExperimentName"
|
||||
show-overflow-tooltip
|
||||
sortable="custom"
|
||||
min-width="110"
|
||||
/>
|
||||
<!-- 研究方案号 -->
|
||||
<el-table-column
|
||||
|
@ -43,6 +45,7 @@
|
|||
prop="ResearchProgramNo"
|
||||
show-overflow-tooltip
|
||||
sortable="custom"
|
||||
min-width="110"
|
||||
/>
|
||||
<!-- 加急量 -->
|
||||
<el-table-column
|
||||
|
@ -50,7 +53,7 @@
|
|||
prop="UrgentCount"
|
||||
show-overflow-tooltip
|
||||
sortable="custom"
|
||||
width="90"
|
||||
min-width="110"
|
||||
/>
|
||||
<!-- 待核查量 -->
|
||||
<el-table-column
|
||||
|
@ -58,7 +61,7 @@
|
|||
prop="ToBeCheckedCount"
|
||||
show-overflow-tooltip
|
||||
sortable="custom"
|
||||
width="110"
|
||||
min-width="110"
|
||||
/>
|
||||
<!-- 待核查量 -->
|
||||
<el-table-column
|
||||
|
@ -66,11 +69,11 @@
|
|||
prop="ToBeRepliedCount"
|
||||
show-overflow-tooltip
|
||||
sortable="custom"
|
||||
width="110"
|
||||
min-width="110"
|
||||
/>
|
||||
<el-table-column
|
||||
:label="$t('common:action:action')"
|
||||
width="100"
|
||||
min-width="110"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
|
|
Loading…
Reference in New Issue