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