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