提交 4b0aefe9 编写于 作者: linjinyang's avatar linjinyang

表格列千分位格式化 更新 ---fix2

上级 713d1a02
......@@ -167,7 +167,7 @@
</#if>
</app-column-link>
<#else>
<#if item.getPSDEGridEditItem()?? && item.getPSDEGridEditItem().getPSEditorType?? && item.getPSDEGridEditItem().getPSEditorType()?? && (item.getPSDEField().getDataType() != "DECIMAL" && item.getPSDEField().getDataType() != "FLOAT" && item.getPSDEField().getDataType() != "CURRENCY")>
<#if item.getPSDEGridEditItem()?? && item.getPSDEGridEditItem().getPSEditorType?? && item.getPSDEGridEditItem().getPSEditorType()?? && item.getPSDEField().getDataType() != "CURRENCY">
<app-span name='${item.name}' editorType="${item.getPSDEGridEditItem().getPSEditorType().getStandardPSEditorType()}" :value="row.${item.getName()?lower_case}"></app-span>
<#else>
<#if item.getValueFormat()?? && item.getValueFormat() != "%1$s">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册