1
yangbin
2024-07-31 dd1a629d50b9c6377e7ca1e883e92748193ac82f
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>