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