Commit 8a9209b6 authored by zhengke's avatar zhengke

修改

parent bdf8356a
......@@ -34,7 +34,7 @@
</q-btn>
<q-btn @click="changeMenu(2)" v-if="AccountType==2 || ispower==true" flat :color="chosenMenu==2?'primary':'blue-grey-14'" :class="[chosenMenu==2?'text-weight-bold':'']" label="备课管理">
</q-btn>
<q-btn flat @click="changeMenu(3)" style="display:none" :color="chosenMenu==3?'primary':'blue-grey-14'" :class="[chosenMenu==3?'text-weight-bold':'']" label="我的排班计划"></q-btn>
<q-btn flat @click="changeMenu(3)" :color="chosenMenu==3?'primary':'blue-grey-14'" :class="[chosenMenu==3?'text-weight-bold':'']" label="我的排班计划"></q-btn>
</div>
<div v-if="chosenMenu==1" class="flex col" style="flex: 1">
......
......@@ -116,7 +116,10 @@
},
//开始值班
StartSchedule() {
this.$router.push({
path: "/scheduling/scheduleBoard",
query: {}
});
}
},
}
......
......@@ -677,6 +677,11 @@ const routes = [{
component: () =>
import("pages/scheduling/schedulDetail.vue")
},
{
path: "/scheduling/scheduleBoard", //值班看板
component: () =>
import("pages/scheduling/scheduleBoard.vue")
},
{
path: "/test", //API测试
component: () =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment