File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ export default {
122
122
},
123
123
},
124
124
updated () {
125
- if (this .userProfile .rank <= 4 ) {
125
+ if (this .userProfile .rank <= 6 ) {
126
126
fb .auth
127
127
.signOut ()
128
128
.then (() => {
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ export default {
222
222
},
223
223
},
224
224
updated () {
225
- if (this .userProfile .rank <= 4 ) {
225
+ if (this .userProfile .rank <= 6 ) {
226
226
fb .auth
227
227
.signOut ()
228
228
.then (() => {
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ export default {
477
477
line .product_id = 3 ;
478
478
break ;
479
479
case " FP" :
480
- line .product_id = 6 ;
480
+ line .product_id = 2631 ;
481
481
break ;
482
482
case " HP" :
483
483
line .product_id = 5 ;
@@ -495,7 +495,7 @@ export default {
495
495
line .product_id = 9 ;
496
496
break ;
497
497
case " WA" :
498
- line .product_id = 10 ;
498
+ line .product_id = 2629 ;
499
499
break ;
500
500
case " DG" :
501
501
line .product_id = 2614 ;
Original file line number Diff line number Diff line change 39
39
<v-list-item-title class="grey-- text text-- darken-1">Message</v-list-item-title>
40
40
</v-list-item>-->
41
41
42
- <v-list-item :to =" { name: 'AddUser' }" v-if =" this.userProfile.rank >= 4 " >
42
+ <v-list-item :to =" { name: 'AddUser' }" v-if =" this.userProfile.rank >= 6 " >
43
43
<v-list-item-action >
44
44
<v-icon color =" red" >group_add</v-icon >
45
45
</v-list-item-action >
46
46
<v-list-item-title class =" grey--text text--darken-1" >Add User</v-list-item-title >
47
47
</v-list-item >
48
- <v-list-item :to =" { name: 'AddCustomer' }" v-if =" this.userProfile.rank >= 4 " >
48
+ <v-list-item :to =" { name: 'AddCustomer' }" v-if =" this.userProfile.rank >= 6 " >
49
49
<v-list-item-action >
50
50
<v-icon color =" red" >add_business</v-icon >
51
51
</v-list-item-action >
You can’t perform that action at this time.
0 commit comments