vue3代码生成语法适配element2.2.0

This commit is contained in:
不做码农 2022-05-19 19:34:25 +08:00
parent 79de907b03
commit 3f79da761f
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -270,3 +270,4 @@ __pycache__/
/ZR.Admin.WebApi/ZRAdmin.xml
/ZR.Admin.WebApi/DataProtection
/Quartz.NET.WindowsService
/ZRAdmin-vue

View File

@ -278,7 +278,7 @@ $end
</el-form>
<template #footer>
<div class="dialog-footer">
<el-button type="text" @click="cancel">{{ ${t}t('btn.cancel') }}</el-button>
<el-button text @click="cancel">{{ ${t}t('btn.cancel') }}</el-button>
<el-button type="primary" @click="submitForm">{{ ${t}t('btn.submit') }}</el-button>
</div>
</template>

View File

@ -263,7 +263,7 @@ $end
</el-form>
<template #footer>
<div class="dialog-footer">
<el-button type="text" @click="cancel">{{ ${t}t('btn.cancel') }}</el-button>
<el-button text @click="cancel">{{ ${t}t('btn.cancel') }}</el-button>
<el-button type="primary" @click="submitForm">{{ ${t}t('btn.submit') }}</el-button>
</div>
</template>