仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PMAoRuiJing_Service
奥瑞金-【后端】
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
初版
AdaKing88
2023-08-23
ae35159387a55199e8ab150ebb97d89d68a235bd
[PMAoRuiJing_Service.git]
/
jeecg-module-system
/
jeecg-system-biz
/
src
/
main
/
resources
/
jeecg
/
code-template-online
/
common
/
validatorRulesTemplate
/
native
/
vue3MainNative.ftl
1
2
3
4
5
6
<#include "../../utils.ftl">
<#list columns as po>
<#if po.isShow == 'Y' && poHasCheck(po)>
${po.fieldName}: [<#include "vue3CoreNative.ftl">],
</#if>
</#list>