代码生成:完善 Vue3 标准模版的表单

This commit is contained in:
YunaiV
2023-03-22 00:06:13 +08:00
parent 5c404c62ee
commit 0ff007c783
2 changed files with 166 additions and 52 deletions

View File

@ -92,7 +92,7 @@
<el-form-item>
<el-button @click="handleQuery"><Icon icon="ep:search" class="mr-5px" /> 搜索</el-button>
<el-button @click="resetQuery"><Icon icon="ep:refresh" class="mr-5px" /> 重置</el-button>
#if ($permissionPrefix <= 14)
#if ($permissionPrefix.length() < 15)
<el-button type="primary" @click="openModal('create')" v-hasPermi="['${permissionPrefix}:create']">
#else
<el-button