chore: 调整tab位置
This commit is contained in:
parent
39dfa81f58
commit
6e4b7f4695
@ -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 }">
|
||||||
|
Loading…
Reference in New Issue
Block a user