“linengliang”
2023-09-04 43761042988ab4940f5e04e8c8b1cf7e51dd3029
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>