yangman
2023-07-03 e5a8de3b7ced0300bf7b7e5a3bc5b615fb4e53f2
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>