提交 a5140a1b 编写于 作者: KK's avatar KK

语言资源调整

上级 ede795e4
...@@ -29,15 +29,6 @@ export default { ...@@ -29,15 +29,6 @@ export default {
</#list> </#list>
}, },
</#if> </#if>
<#if ctrl.getControlType() == 'GRID'>
columns: {
<#if ctrl.getAllPSDEGridColumns()??>
<#list ctrl.getAllPSDEGridColumns() as obj>
${obj.getName()?lower_case}: '<#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>',
</#list>
</#if>
},
</#if>
<#if ctrl.getControlType() == 'TREEVIEW'> <#if ctrl.getControlType() == 'TREEVIEW'>
nodes: { nodes: {
<#if ctrl.getPSDETreeNodes()??> <#if ctrl.getPSDETreeNodes()??>
...@@ -49,6 +40,15 @@ export default { ...@@ -49,6 +40,15 @@ export default {
</#if> </#if>
}, },
</#if> </#if>
<#if ctrl.getControlType() == 'GRID'>
columns: {
<#if ctrl.getAllPSDEGridColumns()??>
<#list ctrl.getAllPSDEGridColumns() as obj>
${obj.getName()?lower_case}: '<#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>',
</#list>
</#if>
},
</#if>
<#if ctrl.getControlType() == 'TOOLBAR'> <#if ctrl.getControlType() == 'TOOLBAR'>
<#if ctrl.getAllPSDEToolbarItems()??> <#if ctrl.getAllPSDEToolbarItems()??>
<#list ctrl.getAllPSDEToolbarItems() as obj> <#list ctrl.getAllPSDEToolbarItems() as obj>
......
...@@ -28,15 +28,6 @@ export default { ...@@ -28,15 +28,6 @@ export default {
</#list> </#list>
}, },
</#if> </#if>
<#if ctrl.getControlType() == 'GRID'>
columns: {
<#if ctrl.getAllPSDEGridColumns()??>
<#list ctrl.getAllPSDEGridColumns() as obj>
${obj.getName()?lower_case}: '<#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>',
</#list>
</#if>
},
</#if>
<#if ctrl.getControlType() == 'TREEVIEW'> <#if ctrl.getControlType() == 'TREEVIEW'>
nodes: { nodes: {
<#if ctrl.getPSDETreeNodes()??> <#if ctrl.getPSDETreeNodes()??>
...@@ -48,6 +39,15 @@ export default { ...@@ -48,6 +39,15 @@ export default {
</#if> </#if>
}, },
</#if> </#if>
<#if ctrl.getControlType() == 'GRID'>
columns: {
<#if ctrl.getAllPSDEGridColumns()??>
<#list ctrl.getAllPSDEGridColumns() as obj>
${obj.getName()?lower_case}: '<#ibizinclude>../../@MACRO/CAPTIONLANG.tsx</#ibizinclude>',
</#list>
</#if>
},
</#if>
<#if ctrl.getControlType() == 'TOOLBAR'> <#if ctrl.getControlType() == 'TOOLBAR'>
<#if ctrl.getAllPSDEToolbarItems()??> <#if ctrl.getAllPSDEToolbarItems()??>
<#list ctrl.getAllPSDEToolbarItems() as obj> <#list ctrl.getAllPSDEToolbarItems() as obj>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册