Просмотр исходного кода

修改无线路由-到达节点table-select显示值的错误

sh4wmoo 2 лет назад
Родитель
Сommit
fd4fdcd882
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/components/business/table-select/table-select.vue

+ 4 - 4
src/components/business/table-select/table-select.vue

@@ -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'},
         ]
       }