!27 update ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplTreeVue.txt.

Merge pull request !27 from Lu/N/A
This commit is contained in:
字母搬运工 2023-04-14 13:19:50 +00:00 committed by Gitee
commit c25af7da2d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,4 +1,4 @@
<!--
<!--
* @Descripttion: (${genTable.functionName}/${genTable.remark})
* @version: (1.0)
* @Author: (${replaceDto.Author})
@ -11,7 +11,7 @@
<!-- :model属性用于表单验证使用 比如下面的el-form-item 的 prop属性用于对表单值进行验证操作 -->
<el-form :model="queryParams" size="small" label-position="right" inline ref="queryForm" :label-width="labelWidth" v-show="showSearch"
@submit.native.prevent>
${vueQueryFormHtml}
${replaceDto.vueQueryFormHtml}
<el-form-item>
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>