| | |
| | | if (store.state.user.userInfo.role_name == "培训公司管理员") { |
| | | next(); |
| | | setTimeout(() => { |
| | | |
| | | next({ path: '/qiandao' }) |
| | | }, 20); |
| | | return; |
| | |
| | | } |
| | | } else { |
| | | //判断是否需要认证,没有登录访问去登录页 |
| | | if (meta.isAuth === false) { |
| | | if (meta.isAuth === false && to.path !== '/qiandao') { |
| | | next() |
| | | } else { |
| | | next('/login') |
| | |
| | | @click.stop="rowUps(row)" |
| | | >更新</el-button |
| | | > |
| | | <el-button |
| | | icon="icon-zhengjian" |
| | | :size="size" |
| | | :type="type" |
| | | class="zhengJian-icon" |
| | | @click.stop="heardrowUps(row)" |
| | | >手动签到</el-button |
| | | > |
| | | </template> |
| | | </avue-crud> |
| | | </basic-container> |
| | |
| | | // } |
| | | // }, |
| | | labelWidth: "120", |
| | | menuWidth: 200, |
| | | menuWidth: 115, |
| | | align: "center", |
| | | menuWidth: 90, |
| | | refreshBtn: false, |
| | | columnBtn: false, |
| | | emptyBtnText: " ", |
| | |
| | | t.resetHeight(); |
| | | }, |
| | | methods: { |
| | | heardrowUps(row) { |
| | | //手动签到 |
| | | this.upDataMain(row); |
| | | }, |
| | | // getuserid() { |
| | | // console.log(12345); |
| | | // console.log(this.haveCardid); |