mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 19:16:43 +08:00
fix: 开门红业绩查询
1. 外勤默认tab栏切换
This commit is contained in:
@@ -60,7 +60,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
availableLevel(nv) {
|
||||
this.active = nv - 2
|
||||
this.active = nv - 3
|
||||
for (let tab of this.tabs) {
|
||||
if (tab.level < this.availableLevel) {
|
||||
tab.available = true
|
||||
|
||||
Reference in New Issue
Block a user