四零语境后端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
167 B

1 month ago
  1. <#include "../../utils.ftl">
  2. <#list columns as po>
  3. <#if po.isShow == 'Y' && poHasCheck(po)>
  4. ${po.fieldName}: [<#include "vue3CoreNative.ftl">],
  5. </#if>
  6. </#list>