This commit is contained in:
2024-05-13 09:19:05 +08:00
parent 5f293c91ac
commit 63e41c8bce

View File

@ -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>