fix model列排序

This commit is contained in:
zhangyu
2020-08-05 09:24:47 +08:00
parent 0bff11644f
commit 2ecf2acae9
2 changed files with 2 additions and 5 deletions

View File

@@ -861,9 +861,6 @@
showSubList(n) {
this.$bottomBoxWindow.showSubListWatch(vm, n);
},
from(n){
console.log(n)
},
},
mounted() {
//是否存在分页缓存

View File

@@ -652,7 +652,7 @@
case 'pingStatus':
case 'dataCenter':
case 'cabinet':
case 'Module':
case 'model':
case 'vendor':
case 'principal':
return'custom';
@@ -671,7 +671,7 @@
case 'pingStatus': return 'assp.rtt';
case 'dataCenter': return 'idc.name';
case 'cabinet': return 'cab.name';
case 'Module': return 'mo.name';
case 'model': return 'mo.name';
case 'vendor': return 'sdt.value';
case 'principal': return 'su.username';
default : return prop;