“linengliang”
2023-11-22 ce5f5d0a9d3ca3304f5e473e2f70ddfbea163f99
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>