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