表格跳转处理

This commit is contained in:
gary.fu
2024-01-04 11:06:38 +08:00
parent f64ad3573c
commit 5355e4fd3e
6 changed files with 90 additions and 22 deletions

View File

@@ -119,10 +119,10 @@ defineExpose({
{{ $t('common.label.reset') }}
</el-button>
<el-button
v-if="showBack"
v-if="showBack||backUrl"
@click="backUrl?$router.push(backUrl):$router.go(-1)"
>
{{ $t('common.label.reset') }}
{{ $t('common.label.back') }}
</el-button>
<slot
:form="form"