sdsd
This commit is contained in:
parent
0ee0842bc4
commit
385f075f70
@ -105,14 +105,15 @@ pages{
|
||||
}
|
||||
}
|
||||
}
|
||||
.btn-box{
|
||||
padding: 28rpx;
|
||||
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
.btn-box{
|
||||
padding: 28rpx;
|
||||
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 100;
|
||||
}
|
||||
@ -1,27 +1,20 @@
|
||||
<!--pages/therapeuticRegimen/index.wxml-->
|
||||
<!-- pages/therapeuticRegimen/index.wxml -->
|
||||
<scroll-view class="therapeuticRegimen" scroll-y>
|
||||
<view class="scroll-view-box">
|
||||
<view class="therapeuticRegimen-item" wx:for="{{list}}" wx:key="index" data-index="{{index}}" bind:tap="toPathDetails">
|
||||
<view class="time">
|
||||
{{item.start_date}} 至 {{item.end_date}}
|
||||
|
||||
</view>
|
||||
<text class="tab-text {{item.status == '进行中' ? 'primary' : 'default'}}">{{item.status}}</text>
|
||||
<view class="item-box" wx:for="{{item.detail}}" wx:for-item="detail" wx:key="index">
|
||||
|
||||
<!-- <view class="image-box"></view> -->
|
||||
<view class="details">
|
||||
<view class="name">{{detail.name}}</view>
|
||||
<view class="text">每日{{detail.frequency}}次,{{detail.time}}</view>
|
||||
<view class="scroll-view-box">
|
||||
<view class="therapeuticRegimen-item" wx:for="{{list}}" wx:key="index" data-index="{{index}}" bind:tap="toPathDetails">
|
||||
<view class="time">{{item.start_date}} 至 {{item.end_date}}</view>
|
||||
<text class="tab-text {{item.status == '进行中' ? 'primary' : 'default'}}">{{item.status}}</text>
|
||||
<view class="item-box" wx:for="{{item.detail}}" wx:for-item="detail" wx:key="index">
|
||||
<!-- <view class="image-box"></view> -->
|
||||
<view class="details">
|
||||
<view class="name">{{detail.name}}</view>
|
||||
<view class="text">每日{{detail.frequency}}次,{{detail.time}}</view>
|
||||
</view>
|
||||
<view class="yw-jl">{{detail.dose}}</view>
|
||||
</view>
|
||||
<view class="yw-jl">{{detail.dose}}</view>
|
||||
|
||||
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view class="btn-box">
|
||||
<t-button block theme="primary" bindtap="toPath">新增用药方案</t-button>
|
||||
</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
</scroll-view>
|
||||
<view class="btn-box">
|
||||
<t-button block theme="primary" bindtap="toPath">新增用药方案</t-button>
|
||||
</view>
|
||||
Loading…
x
Reference in New Issue
Block a user