diff --git a/components/myRadio/myRadio.vue b/components/myRadio/myRadio.vue new file mode 100644 index 0000000..286519e --- /dev/null +++ b/components/myRadio/myRadio.vue @@ -0,0 +1,45 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 8037860..4f5937e 100644 --- a/pages.json +++ b/pages.json @@ -124,6 +124,34 @@ } }, { + "path": "operate/mySchedule/mySchedule", + "style": { + "navigationBarTitleText": "我的排课", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } + }, + { + "path": "operate/mySchedule/plan/plan", + "style": { + "navigationBarTitleText": "排课计划", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } + }, + { + "path": "operate/mySchedule/mould/mould", + "style": { + "navigationBarTitleText": "模板", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } + }, + + { "path": "student/studentDetail/studentDetail", "style": { "navigationBarTitleText": "学员详情", @@ -223,6 +251,24 @@ "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } + }, + { + "path": "myCar/myCar", + "style": { + "navigationBarTitleText": "考场信息", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } + }, + { + "path": "teachingData/teachingData", + "style": { + "navigationBarTitleText": "教学数据", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } } ] diff --git a/pages/recordEntry/operate/mySchedule/comp/step1.vue b/pages/recordEntry/operate/mySchedule/comp/step1.vue new file mode 100644 index 0000000..3bed10b --- /dev/null +++ b/pages/recordEntry/operate/mySchedule/comp/step1.vue @@ -0,0 +1,239 @@ + + + + + \ No newline at end of file diff --git a/pages/recordEntry/operate/mySchedule/mould/mould.vue b/pages/recordEntry/operate/mySchedule/mould/mould.vue new file mode 100644 index 0000000..41b9882 --- /dev/null +++ b/pages/recordEntry/operate/mySchedule/mould/mould.vue @@ -0,0 +1,71 @@ + + + + + \ No newline at end of file diff --git a/pages/recordEntry/operate/mySchedule/mySchedule.vue b/pages/recordEntry/operate/mySchedule/mySchedule.vue new file mode 100644 index 0000000..71f2c08 --- /dev/null +++ b/pages/recordEntry/operate/mySchedule/mySchedule.vue @@ -0,0 +1,18 @@ + + + + + \ No newline at end of file diff --git a/pages/recordEntry/operate/mySchedule/plan/plan.vue b/pages/recordEntry/operate/mySchedule/plan/plan.vue new file mode 100644 index 0000000..b0e7ce3 --- /dev/null +++ b/pages/recordEntry/operate/mySchedule/plan/plan.vue @@ -0,0 +1,139 @@ + + + + + \ No newline at end of file diff --git a/pages/tabbar/mine/index.vue b/pages/tabbar/mine/index.vue index 8647b11..2e4659a 100644 --- a/pages/tabbar/mine/index.vue +++ b/pages/tabbar/mine/index.vue @@ -28,10 +28,10 @@ tabData: [ {text: '待结算记录', icon: require('../../../static/images/coach/ic_daijiesuan.png'), id: 1, url: '/pages/userCenter/settled/settled'}, {text: '指标充值记录', icon: require('../../../static/images/coach/ic_zhibiao.png'), id: 2, url: '/pages/userCenter/indicatorRecharge/indicatorRecharge'}, - {text: '我的车辆', icon: require('../../../static/images/coach/ic_cheliang.png'), id: 3}, + {text: '我的车辆', icon: require('../../../static/images/coach/ic_cheliang.png'), id: 3, url: '/pages/userCenter/myCar/myCar'}, {text: '考场信息', icon: require('../../../static/images/coach/ic_changdi.png'), id: 4, url: '/pages/userCenter/examinInfo/examinInfo'}, {text: '学员评价', icon: require('../../../static/images/coach/ic_pingjia.png'), id: 5, url: '/pages/userCenter/studentComment/studentComment'}, - {text: '教学数据', icon: require('../../../static/images/coach/ic_shuju.png'), id: 6}, + {text: '教学数据', icon: require('../../../static/images/coach/ic_shuju.png'), id: 6, url: '/pages/userCenter/teachingData/teachingData'}, {text: '学员退款', icon: require('../../../static/images/coach/ic_tuikuan.png'), id: 7, url: '/pages/userCenter/refund/refund'}, ] } diff --git a/pages/tabbar/operateTrain/index.vue b/pages/tabbar/operateTrain/index.vue index 01d322f..62ca593 100644 --- a/pages/tabbar/operateTrain/index.vue +++ b/pages/tabbar/operateTrain/index.vue @@ -6,7 +6,7 @@ 我的排课 - 去管理 + 去管理 diff --git a/pages/userCenter/myCar/myCar.vue b/pages/userCenter/myCar/myCar.vue index 002215c..a50a149 100644 --- a/pages/userCenter/myCar/myCar.vue +++ b/pages/userCenter/myCar/myCar.vue @@ -5,10 +5,10 @@ - + 新增车辆 - 立即新增 + 立即新增 @@ -26,5 +26,41 @@ - \ No newline at end of file diff --git a/pages/userCenter/teachingData/teachingData.vue b/pages/userCenter/teachingData/teachingData.vue new file mode 100644 index 0000000..56491d3 --- /dev/null +++ b/pages/userCenter/teachingData/teachingData.vue @@ -0,0 +1,156 @@ + + + + + \ No newline at end of file