“linengliang”
2023-11-14 30a0ac5c8d328403a8423d080a3b8f3fab07aadd
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>