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

${vueQueryFormHtml}改成${replaceDto.vueQueryFormHtml},生成报错

Signed-off-by: Lu <10928926+lcsakuraVip@user.noreply.gitee.com>
This commit is contained in:
Lu 2023-04-12 06:12:55 +00:00 committed by Gitee
parent 47edd93fe2
commit 38409a51b2
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>