| 12345678910111213141516171819 | <!DOCTYPE html><html>	<head>		<meta charset="UTF-8">		<title></title>		<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css"/>		<link rel="stylesheet" href="../consultation/css/consultation.css" />	</head>	<body>		<div id="app">			<consultation-list></consultation-list>		</div>		<script type="text/javascript" src="../../js/vue.js"></script>		<!--<script type="text/javascript" src="../../js/jquery-2.2.4.js" ></script>-->		<!--<script src="../../plugins/layer/layer.min.js"></script>-->		<script src="../../component/guidance/guidance-list.js"></script>		<script src="../../component/guidance/guidance.js"></script>	</body></html>
 |