24 lines
691 B
Plaintext
24 lines
691 B
Plaintext
<!--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> |