@@ -132,7 +132,7 @@ export default {
editor: {
<#if column.componentType == 1>
xtype : 'combo',
- fix: ['system.getDict("DICT_TYPE")']
+ fix: ['system.getDict("${column.dictKey}")']
<#elseif column.componentType == 2>
xtype : 'textfield',
</#if>