去除部分排序
This commit is contained in:
@@ -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">{{
|
||||
|
||||
Reference in New Issue
Block a user