Forráskód Böngészése

修改菜单路径和标题

ljj 6 éve
szülő
commit
278b9d07eb

+ 1 - 1
page/bigDataOut/component/resultList.js

@ -2,7 +2,7 @@
    Vue.component('resultlist', {
        template: '<div >\
                        <div v-if="data && data.length>0">\
                        <div  v-for="item in data" style="margin-bottom:15px" @click="go(item)">\
                        <div  v-for="item in data" style="margin-bottom:15px;cursor: pointer;" @click="go(item)">\
                            <div class="result_list flex f_wrap" >\
                                <div class="flex"><span class="des">就诊日期</span>:<span class="result">{{forMatterDate(item.event_date)}}</span></div>\
                                <div class="flex"><span class="des">就诊类型</span>:<span class="result">{{(item.event_type==0 && \'门诊\') || (item.event_type==1 && \'住院\')}}</span></div>\

+ 1 - 1
page/bigDataOut/js/home.js

@ -36,7 +36,7 @@ new Vue({
			}
			url = '../html/search.html?search='+value;
			GlobalEventBus.$emit('setIframeUrl', {
				history: {url:url,text:'全文病历检索'}
				history: {url:url,text:'搜索结果'}
			});
        }
	},

+ 2 - 2
page/bigDataOut/js/index.js

@ -5,7 +5,7 @@ new Vue({
			// iframeSrc: "../../new-quailty-manager/html/new-quailty-manager.html", 
			loading: false,
			historyArr:[{url:'../html/home.html',text:'首页'},],  //历史记录
			historyArr:[{url:'../html/home.html',text:'全文病历检索'},],  //历史记录
			activeIndex:'0' , //当前历史记录选中的下标
			leftTabActive:'2-0',//左边菜单中当前高亮下标
			isCollapse: false, //导航栏是否隐藏
@ -66,7 +66,7 @@ new Vue({
				this.isCollapse = !this.isCollapse;
				  break;
				case '2-0':
				activeObj = 	{url:'../html/search.html',text:'全文病历检索'};
				activeObj = 	{url:'../html/home.html',text:'全文病历检索'};
				  break;
				case '2-1':
				window.open('../../bigData/html/medical.html')