|
@@ -110,7 +110,8 @@ |
|
|
actions: [ |
|
|
actions: [ |
|
|
{ text: '个人信息', icon: 'manager-o' , index: 0 }, |
|
|
{ text: '个人信息', icon: 'manager-o' , index: 0 }, |
|
|
{ text: '修改密码', icon: 'edit' , index: 1 }, |
|
|
{ text: '修改密码', icon: 'edit' , index: 1 }, |
|
|
{ text: '退出登录', icon: 'revoke' , index: 2 }, |
|
|
|
|
|
|
|
|
{ text: '事项审批', icon: 'manager-o' , index: 2 }, |
|
|
|
|
|
{ text: '退出登录', icon: 'revoke' , index: 3 }, |
|
|
], |
|
|
], |
|
|
deptIdOptions:[], |
|
|
deptIdOptions:[], |
|
|
villageVisbile:false, |
|
|
villageVisbile:false, |
|
@@ -244,7 +245,11 @@ |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
selectChange(val){ |
|
|
selectChange(val){ |
|
|
val.index == 0 ? this.$router.push({path:"/sunVillage_info/user"}) : val.index == 1 ? this.$router.push({path:"/sunVillage_info/passWord"}) : val.index == 2 ? this.logout() : ''; |
|
|
|
|
|
|
|
|
val.index == 0 ? this.$router.push({path:"/sunVillage_info/user"}) : |
|
|
|
|
|
val.index == 1 ? this.$router.push({path:"/sunVillage_info/passWord"}) : |
|
|
|
|
|
val.index == 2 ? this.logout() : |
|
|
|
|
|
val.index == 3 ? this.$router.push({path:"../yinnong/my"}) : |
|
|
|
|
|
''; |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|