干燥机配套车间生产管理系统/云平台服务端
zhuguifei
2024-11-20 426f50baf57ae5901a6b5a26d1567e3b270d2499
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>