去除部分排序

uat_us
wangxiaoshuang 2024-11-25 11:47:37 +08:00
parent 81d9f2ea7b
commit ac33e9268d
2 changed files with 0 additions and 3 deletions

View File

@ -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">{{

View File

@ -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">{{