fixed:部分对象新建和编辑页面的返回列表路由错误 (#275)

This commit is contained in:
awol2005ex
2024-09-13 11:51:25 +08:00
committed by GitHub
parent 3abf16aa16
commit a7c5b4c166
4 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
<template>
<layout-content :header="$t('commons.button.create')" :back-to="{ name: 'Namespaces' }" v-loading="loading">
<layout-content :header="$t('commons.button.create')" :back-to="{ name: 'LimitRanges' }" v-loading="loading">
<br>
<div class="grid-content bg-purple-light" v-if="!showYaml">
<el-form label-position="top" :model="form" :rules="rules" ref="form">
@@ -1,5 +1,5 @@
<template>
<layout-content :header="$t('commons.button.create')" :back-to="{ name: 'Namespaces' }" v-loading="loading">
<layout-content :header="$t('commons.button.create')" :back-to="{ name: 'LimitRanges' }" v-loading="loading">
<br>
<div class="grid-content bg-purple-light" v-if="!showYaml">
<el-form label-position="top" :model="form" :rules="rules" ref="form">
@@ -1,5 +1,5 @@
<template>
<layout-content :header="$t('commons.button.create')" :back-to="{ name: 'Namespaces' }" v-loading="loading">
<layout-content :header="$t('commons.button.create')" :back-to="{ name: 'ResourceQuotas' }" v-loading="loading">
<br>
<div class="grid-content bg-purple-light" v-if="!showYaml">
<el-form label-position="top" :model="form" :rules="rules" ref="form">
@@ -1,5 +1,5 @@
<template>
<layout-content :header="$t('commons.button.create')" :back-to="{ name: 'Namespaces' }" v-loading="loading">
<layout-content :header="$t('commons.button.create')" :back-to="{ name: 'ResourceQuotas' }" v-loading="loading">
<br>
<div class="grid-content bg-purple-light" v-if="!showYaml">
<el-form label-position="top" :model="form" :rules="rules" ref="form">