修改
This commit is contained in:
parent
5f293c91ac
commit
63e41c8bce
@ -31,9 +31,10 @@
|
||||
<!-- 折线图 -->
|
||||
<view class="zx">
|
||||
<view class="title">
|
||||
血脂变化趋势
|
||||
血压变化趋势
|
||||
</view>
|
||||
<qiun-data-charts type="line" loadingType="0" :opts="line_opts" :ontouch="true" :chartData="datalist" />
|
||||
<qiun-data-charts type="line" loadingType="0" :opts="line_opts" :ontouch="true"
|
||||
:chartData="bloodpressure" />
|
||||
</view>
|
||||
<view class="zx">
|
||||
<view class="title">
|
||||
@ -52,8 +53,7 @@
|
||||
<view class="title">
|
||||
血脂变化趋势
|
||||
</view>
|
||||
<qiun-data-charts type="line" loadingType="0" :opts="line_opts" :ontouch="true"
|
||||
:chartData="bloodpressure" />
|
||||
<qiun-data-charts type="line" loadingType="0" :opts="line_opts" :ontouch="true" :chartData="datalist" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user