|
@@ -78,8 +78,8 @@
|
|
|
<div class="fan-code">
|
|
|
<div class="fan-code-value nm font-md green">{{stoptypemap && stoptypemap.wtscore}}</div>
|
|
|
</div>
|
|
|
- <button class="btn mg-l-16" type="button">
|
|
|
- <i class="el-icon-s-order mg-r-8"></i><span @click="onClickReport()">健康报告</span>
|
|
|
+ <button class="btn mg-l-16" type="button" @click="onClickReport()">
|
|
|
+ <i class="el-icon-s-order mg-r-8"></i><span>健康报告</span>
|
|
|
</button>
|
|
|
</el-col>
|
|
|
</el-row>
|