Kaynağa Gözat

修复bug#10322 【pcim】总体分析,代预约页面优化(请按图片标记大小修改字体,团队tab麻烦加上可点击的三角标识提示)

yezehua 4 yıl önce
ebeveyn
işleme
f5a2c6e9e3

+ 6 - 0
app/statistics/css/common.css

@ -683,6 +683,12 @@ a {
	color: #333 !important;
}
.vuedal header .title {
	font-size: 16px !important;
	color: #333 !important;
}
.vuedal.lg header {
	font-size: 18px;

+ 2 - 2
component/statistics/area-data-panel.js

@ -9,7 +9,7 @@
                <table class="bottom-list-table mb20" id="listTable">\
                    <thead><tr>\
                        <th v-for="th in headers">{{th}}</th>\
                        <th v-show="level>2 && lowLevel != 1" width="20"></th>\
                        <th width="20"></th>\
                    </tr></thead>\
                    <tbody>\
                        <tr v-for="row in rows" class="data-row" @click="getLowLeverData(row)">\
@ -18,7 +18,7 @@
                                <div v-if="index==0" class="ui-col-1 c-nowrap-multi">{{col}}</div>\
                                <span v-else>{{col}}</span>\
                            </td>\
                            <td v-show="level>2 && lowLevel != 1"><i class="fa fa-angle-right"></i></td>\
                            <td ><i class="fa fa-angle-right"></i></td>\
                        </tr>\
                    </tbody>\
                </table>\

+ 5 - 5
component/statistics/team-info-dyy.js

@ -1,14 +1,14 @@
(function(){
    Vue.component('team-info-dyy',{
        template: '<div class="team-info-dyy" style="height:500px;overflow:auto;">\
        	<div class="dyy-title">团队信息</div>\
        	<div class="ui-grid mt20 c-f16 c-333 plr20">\
        	<div class="dyy-title" style="font-size: 14px;">团队信息</div>\
        	<div class="ui-grid mt20 c-f16 c-333 plr20" style="font-size: 14px;">\
        		<div class="ui-col-0 pr10" style="width:50%"><span class="c-999">团队名称:</span>{{team.name}}</div>\
        		<div class="ui-col-0 pl10" style="width:50%"><span class="c-999">所在社区:</span>{{team.hospitalName}}</div>\
        	</div>\
        	<div class="mt20 c-f16 c-333 plr20" style="word-break: break-all;"><span class="c-999">团队长:</span>{{team.leaderName}}</div>\
        	<div class="mt20 c-f16 c-333 plr20 pb40 c-border-b mb20" style="word-break: break-all;"><span class="c-999">团队成员:</span><span v-for="(member, index) in members">{{index==0? "": " 、"}}{{member.name}}</span>\</div>\
            <div class="dyy-title">代预约记录</div>\
        	<div class="mt20 c-f16 c-333 plr20" style="word-break: break-all;font-size: 14px;"><span class="c-999">团队长:</span>{{team.leaderName}}</div>\
        	<div class="mt20 c-f16 c-333 plr20 pb40 c-border-b mb20" style="word-break: break-all;font-size: 14px;"><span class="c-999">团队成员:</span><span v-for="(member, index) in members">{{index==0? "": " 、"}}{{member.name}}</span>\</div>\
            <div class="dyy-title" style="font-size: 14px;">代预约记录</div>\
            <div id="sc_table" class="p20">\
				<table class="table-bordered table-striped width-100 c-t-center">\
					<thead>\