+
{{ $t('config.terminallog.statusItem.unknownError') }}
-
@@ -280,7 +280,8 @@ export default {
minWidth: 110
}, {
label: 'Talon',
- prop: 'clientState',
+ // prop: 'clientState',
+ prop: 'talon',
show: true,
sortable: 'custom',
minWidth: 150
@@ -302,10 +303,10 @@ export default {
if (str === 'dc') {
orderBy = str
}
- if (str === 'clientState') {
- str = 'talon_status'
- orderBy = str
- }
+ // if (str === 'clientState') {
+ // str = 'talon_status'
+ // orderBy = str
+ // }
if (item.order === 'ascending') {
orderBy = str
}