fix model列排序
This commit is contained in:
@@ -861,9 +861,6 @@
|
|||||||
showSubList(n) {
|
showSubList(n) {
|
||||||
this.$bottomBoxWindow.showSubListWatch(vm, n);
|
this.$bottomBoxWindow.showSubListWatch(vm, n);
|
||||||
},
|
},
|
||||||
from(n){
|
|
||||||
console.log(n)
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
//是否存在分页缓存
|
//是否存在分页缓存
|
||||||
|
|||||||
@@ -652,7 +652,7 @@
|
|||||||
case 'pingStatus':
|
case 'pingStatus':
|
||||||
case 'dataCenter':
|
case 'dataCenter':
|
||||||
case 'cabinet':
|
case 'cabinet':
|
||||||
case 'Module':
|
case 'model':
|
||||||
case 'vendor':
|
case 'vendor':
|
||||||
case 'principal':
|
case 'principal':
|
||||||
return'custom';
|
return'custom';
|
||||||
@@ -671,7 +671,7 @@
|
|||||||
case 'pingStatus': return 'assp.rtt';
|
case 'pingStatus': return 'assp.rtt';
|
||||||
case 'dataCenter': return 'idc.name';
|
case 'dataCenter': return 'idc.name';
|
||||||
case 'cabinet': return 'cab.name';
|
case 'cabinet': return 'cab.name';
|
||||||
case 'Module': return 'mo.name';
|
case 'model': return 'mo.name';
|
||||||
case 'vendor': return 'sdt.value';
|
case 'vendor': return 'sdt.value';
|
||||||
case 'principal': return 'su.username';
|
case 'principal': return 'su.username';
|
||||||
default : return prop;
|
default : return prop;
|
||||||
|
|||||||
Reference in New Issue
Block a user