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