qushaowei
2023-09-05 f34f3e47f007fd29c3f3ad7b1230dd8033be8a8d
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>