|
@ -17,7 +17,7 @@
|
|
|
<div v-if="index==0" class="ui-col-1 c-nowrap-multi">{{col}}</div>\
|
|
|
<span v-else>{{col}}</span>\
|
|
|
</td>\
|
|
|
<td v-show="level>3"><i class="fa fa-angle-right"></i></td>\
|
|
|
<td v-show="level>2"><i class="fa fa-angle-right"></i></td>\
|
|
|
</tr>\
|
|
|
</tbody>\
|
|
|
</table>\
|
|
@ -44,7 +44,7 @@
|
|
|
},
|
|
|
methods: {
|
|
|
getLowLeverData: function(row){
|
|
|
if(this.level > 3 && this.lowLevel != 1){
|
|
|
if(this.level > 2 && this.lowLevel != 1){
|
|
|
//跳转去下一级数据
|
|
|
if(this.lowLevel && (this.level - this.lowLevel) >= 2){
|
|
|
//从次级tab的内容查看再下一级的数据
|