diff --git a/frontend/src/components/business/ms-associate-case/apiCaseTable.vue b/frontend/src/components/business/ms-associate-case/apiCaseTable.vue index e623896cfa..389f8b24c1 100644 --- a/frontend/src/components/business/ms-associate-case/apiCaseTable.vue +++ b/frontend/src/components/business/ms-associate-case/apiCaseTable.vue @@ -151,6 +151,13 @@ width: 150, showDrag: true, }, + { + title: 'common.tag', + slotName: 'tags', + dataIndex: 'tags', + isTag: true, + width: 300, + }, { title: 'caseManagement.featureCase.tableColumnCreateUser', slotName: 'createName', diff --git a/frontend/src/components/pure/ms-table/useTable.ts b/frontend/src/components/pure/ms-table/useTable.ts index 31891c4ed1..965d4c6b0b 100644 --- a/frontend/src/components/pure/ms-table/useTable.ts +++ b/frontend/src/components/pure/ms-table/useTable.ts @@ -458,7 +458,8 @@ export default function useTableProps( // 清空选中项 resetSelector(false); } else if (v === SelectAllEnum.CURRENT) { - // 选中当前页面所有数据 + // 先清空选中项选,当再选中当前页面所有数据, + propsRes.value.selectedKeys.clear(); collectIds(data as MsTableDataItem[], rowKey); } else if (v === SelectAllEnum.ALL) { // 全选所有页的时候先清空排除项,再选中所有数据 diff --git a/frontend/src/views/case-management/caseManagementFeature/components/caseDetailDrawer.vue b/frontend/src/views/case-management/caseManagementFeature/components/caseDetailDrawer.vue index fcc7c5c6f3..66c92b5249 100644 --- a/frontend/src/views/case-management/caseManagementFeature/components/caseDetailDrawer.vue +++ b/frontend/src/views/case-management/caseManagementFeature/components/caseDetailDrawer.vue @@ -2,7 +2,7 @@ {{ t('testPlan.testPlanIndex.testPlanGroup') }} - + +
{{ t('testPlan.testPlanGroup.seeArchived') }} @@ -110,16 +110,16 @@ {{ record.childrenCount || 0 }}
-
+ {{ record.num }}
-
{{ record.num }}
+ > + + +
{{ record.num }}
+