feat(脑图): 评审脑图支持表格排序
This commit is contained in:
parent
87c69aca3f
commit
bd07a77b2c
|
@ -14,7 +14,6 @@
|
||||||
@keyword-search="searchCase()"
|
@keyword-search="searchCase()"
|
||||||
@adv-search="handleAdvSearch"
|
@adv-search="handleAdvSearch"
|
||||||
@refresh="handleRefreshAll"
|
@refresh="handleRefreshAll"
|
||||||
@sorter-change="handleSorterChange"
|
|
||||||
>
|
>
|
||||||
<template v-if="showType !== 'list'" #nameRight>
|
<template v-if="showType !== 'list'" #nameRight>
|
||||||
<div v-if="reviewPassRule === 'MULTIPLE'" class="ml-[16px]">
|
<div v-if="reviewPassRule === 'MULTIPLE'" class="ml-[16px]">
|
||||||
|
@ -54,6 +53,7 @@
|
||||||
v-on="propsEvent"
|
v-on="propsEvent"
|
||||||
@filter-change="getModuleCount"
|
@filter-change="getModuleCount"
|
||||||
@batch-action="handleTableBatch"
|
@batch-action="handleTableBatch"
|
||||||
|
@sorter-change="handleSorterChange"
|
||||||
>
|
>
|
||||||
<template #[FilterSlotNameEnum.CASE_MANAGEMENT_REVIEW_RESULT]="{ filterContent }">
|
<template #[FilterSlotNameEnum.CASE_MANAGEMENT_REVIEW_RESULT]="{ filterContent }">
|
||||||
<a-tag :color="reviewResultMap[filterContent.value as ReviewResult].color" class="px-[4px]" size="small">
|
<a-tag :color="reviewResultMap[filterContent.value as ReviewResult].color" class="px-[4px]" size="small">
|
||||||
|
|
Loading…
Reference in New Issue