|
@ -25,12 +25,12 @@ new Vue({
|
|
|
el: '#app',
|
|
|
data: {
|
|
|
isAgent: false,
|
|
|
innerTabs: [{title:'咨询',href:'record.html?code=1'},
|
|
|
{title:'随访',href:'record.html?code=2'},
|
|
|
{title:'待预约',href:'record.html?code=3'},
|
|
|
{title:'健康指导',href:'record.html?code=4'},
|
|
|
{title:'健康教育',href:'record.html?code=5'},
|
|
|
{title:'统计',href:'record.html?code=6'}
|
|
|
innerTabs: [{title:'咨询',href:'../consultation/consultation.html'},
|
|
|
{title:'随访',href:'../follow-up/follow-up.html'},
|
|
|
{title:'待预约',href:'../follow-up/follow-up.html?type=2'},
|
|
|
{title:'健康指导',href:'../guidance/guidance.html'},
|
|
|
{title:'健康教育',href:'../education/education.html'},
|
|
|
{title:'统计',href:''}
|
|
|
],
|
|
|
activeidx: ""
|
|
|
},
|