2025-06-03 22:53:55 +08:00

24 lines
691 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--pages/therapeuticRegimen/index.wxml-->
<view class="therapeuticRegimen">
<view class="therapeuticRegimen-item">
<view class="time">
2024.10.01 至 2024.10.31方案
<text>进行中</text>
</view>
<view class="item-box">
<view class="name">
优思弗
<text>500mg</text>
</view>
<view class="details">每日2次饭后服用</view>
</view>
<view class="item-box">
<view class="name">
优思弗
<text>500mg</text>
</view>
<view class="details">每日2次饭后服用</view>
</view>
</view>
<t-button block theme="primary" bindtap="toPath">新增用药方案</t-button>
</view>