vue3代码生成语法适配element2.2.0
This commit is contained in:
parent
79de907b03
commit
3f79da761f
1
.gitignore
vendored
1
.gitignore
vendored
@ -270,3 +270,4 @@ __pycache__/
|
||||
/ZR.Admin.WebApi/ZRAdmin.xml
|
||||
/ZR.Admin.WebApi/DataProtection
|
||||
/Quartz.NET.WindowsService
|
||||
/ZRAdmin-vue
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user