REVIEW 代码生成

This commit is contained in:
YunaiV
2023-03-29 09:09:34 +08:00
parent 95b7eb9856
commit 76c5c7c1de
6 changed files with 128 additions and 173 deletions

View File

@ -16,7 +16,7 @@
<el-button type="primary" @click="submitForm" :loading="submitLoading">
{{ t('action.save') }}
</el-button>
<el-button @click="close">{{ t('action.back') }}</el-button>
<el-button @click="close">返回</el-button>
</el-form-item>
</el-form>
</content-wrap>