chore: 调整tab位置

This commit is contained in:
dap 2024-12-30 19:28:34 +08:00
parent 39dfa81f58
commit 6e4b7f4695

View File

@ -170,7 +170,16 @@ function handleInfo(row: any) {
@reload="() => tableApi.reload()" @reload="() => tableApi.reload()"
@select="() => tableApi.reload()" @select="() => tableApi.reload()"
/> />
<BasicTable class="flex-1 overflow-hidden" table-title="流程定义列表"> <BasicTable class="flex-1 overflow-hidden">
<template #toolbar-actions>
<RadioGroup
v-model:value="currentType"
:options="typeOptions"
button-style="solid"
option-type="button"
@change="handleTypeChange"
/>
</template>
<template #toolbar-tools> <template #toolbar-tools>
<Space> <Space>
<a-button <a-button
@ -182,13 +191,6 @@ function handleInfo(row: any) {
> >
{{ $t('pages.common.delete') }} {{ $t('pages.common.delete') }}
</a-button> </a-button>
<RadioGroup
v-model:value="currentType"
:options="typeOptions"
button-style="solid"
option-type="button"
@change="handleTypeChange"
/>
</Space> </Space>
</template> </template>
<template #action="{ row }"> <template #action="{ row }">