去除部分排序
parent
81d9f2ea7b
commit
ac33e9268d
|
@ -214,7 +214,6 @@
|
||||||
:label="$t('trials:crcQuestion:table:isOverTime')"
|
:label="$t('trials:crcQuestion:table:isOverTime')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
width="140"
|
width="140"
|
||||||
sortable="custom"
|
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-tag v-if="scope.row.IsOverTime" type="danger">{{
|
<el-tag v-if="scope.row.IsOverTime" type="danger">{{
|
||||||
|
|
|
@ -272,7 +272,6 @@
|
||||||
:label="$t('trials:qcQuality:table:qsDuration')"
|
:label="$t('trials:qcQuality:table:qsDuration')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
width="120"
|
width="120"
|
||||||
sortable="custom"
|
|
||||||
/>
|
/>
|
||||||
<!-- 是否超限 -->
|
<!-- 是否超限 -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
@ -280,7 +279,6 @@
|
||||||
:label="$t('trials:qcQuality:table:isOverTime')"
|
:label="$t('trials:qcQuality:table:isOverTime')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
width="100"
|
width="100"
|
||||||
sortable="custom"
|
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-tag v-if="scope.row.IsOverTime" type="danger">{{
|
<el-tag v-if="scope.row.IsOverTime" type="danger">{{
|
||||||
|
|
Loading…
Reference in New Issue