|
@@ -2,31 +2,26 @@
|
|
|
<div id="clickBtn">
|
|
|
<el-row>
|
|
|
<el-col :span="24">
|
|
|
- <el-col :span="24" class="native" v-if="this.user.type === '1'">
|
|
|
+ <el-col :span="24" class="native">
|
|
|
<van-cell is-link @click="$router.push({ path: '/user/teaLeave' })">请假管理</van-cell>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="native" v-if="this.user.type === '4'">
|
|
|
+ <el-col :span="24" class="native">
|
|
|
<van-cell is-link @click="$router.push({ path: '/user/leave' })">请假</van-cell>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="native" v-if="this.user.type === '4'">
|
|
|
+ <el-col :span="24" class="native">
|
|
|
<van-cell is-link @click="$router.push({ path: '/user/checkWork' })">考勤</van-cell>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="native" v-if="this.user.type === '4'">
|
|
|
+ <el-col :span="24" class="native">
|
|
|
<van-cell is-link @click="$router.push({ path: '/user/homework' })">作业管理</van-cell>
|
|
|
</el-col>
|
|
|
|
|
|
<el-col :span="24" class="native">
|
|
|
<van-cell is-link @click="$router.push({ path: '/user/pingfenindex' })">评分</van-cell>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="native" v-if="this.user.type === '4'">
|
|
|
+ <el-col :span="24" class="native">
|
|
|
<van-cell is-link @click="$router.push({ path: '/user/quit' })">退出</van-cell>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="native" v-if="this.user.type === '1'">
|
|
|
- <van-cell is-link @click="$router.push({ path: '/user/teaquit' })">退出</van-cell>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="native" v-if="this.user.type === '1'">
|
|
|
- <van-cell is-link @click="$router.push({ path: '/user/teacher' })">查看任课教师</van-cell>
|
|
|
- </el-col>
|
|
|
+
|
|
|
<!-- <el-col :span="24" class="native" v-if="this.user.type === '3'">
|
|
|
<van-cell is-link @click="$router.push({ path: '/user/terstudent' })">查看任课教师</van-cell>
|
|
|
</el-col> -->
|