395
This commit is contained in:
@@ -64,7 +64,7 @@ export default {
|
||||
currentTab: 0,
|
||||
evaluation: {},
|
||||
id: '',
|
||||
tabList: [{name:'办理进度'},{name:'我的评价'}]
|
||||
// tabList: [{name:'办理进度'},{name:'我的评价'}]
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
@@ -85,6 +85,10 @@ export default {
|
||||
})
|
||||
}
|
||||
return list
|
||||
},
|
||||
tabList() {
|
||||
var list = !this.evaluation.id ? [{name:'办理进度'}] : [{name:'办理进度'},{name:'我的评价'}]
|
||||
return list
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
@@ -213,9 +217,9 @@ export default {
|
||||
}
|
||||
}
|
||||
.tab-content {
|
||||
display: flex;
|
||||
.tab-item {
|
||||
flex: 1;
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
position: relative;
|
||||
height: 88px;
|
||||
line-height: 88px;
|
||||
|
||||
Reference in New Issue
Block a user