|
|
@@ -1372,14 +1372,14 @@ export default {
|
|
|
this.columns = [
|
|
|
{field: 'nodeName', width: 'auto'},
|
|
|
{field: 'flowName', width: '120'},
|
|
|
- {field: 'flowKind', width: '120'},
|
|
|
- {field: 'nodeKind', width: '120'},
|
|
|
+ {field: 'flowKindName', title:this.$t('flowKind') ,width: '120'},
|
|
|
+ {field: 'nodeKindName',title:this.$t('nodeKind'), width: '120'},
|
|
|
]
|
|
|
this.columnsDetail = [
|
|
|
{field: 'nodeName', width: 'auto'},
|
|
|
{field: 'flowName', width: 'auto'},
|
|
|
- {field: 'flowKind', width: 'auto'},
|
|
|
- {field: 'nodeKind', width: 'auto'},
|
|
|
+ {field: 'flowKindName', title:this.$t('flowKind') ,width: 'auto'},
|
|
|
+ {field: 'nodeKindName',title:this.$t('nodeKind'), width: 'auto'},
|
|
|
{field: 'remarks', width: 'auto'},
|
|
|
]
|
|
|
}
|