haomingming 3f40c4c237 优化
2023-04-08 09:51:45 +08:00

38 lines
2.0 KiB
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.

<!-- 收益明细 -->
<te-nav-bar navbar-data='{{navbarData}}' ></te-nav-bar>
<view class="container" style="height: calc(100vh - 96rpx - {{height}}px);">
<view class="order_list">
<view class="order_item">
<view class="order_item_content">
<view class="order_item_content_top ">
快速问诊
<view class="order_status order_status_ing">接诊中</view>
</view>
<view class="order_item_content_data">
<view class="order_id">订单编号:<text style="font-size: 30rpx;color: #666666;">2131231xxxx</text></view>
<view class="order_id">就诊患者:<text style="font-size: 30rpx;color: #666666;">张三三25岁</text></view>
<view class="order_id">接诊时间:<text style="font-size: 30rpx;color: #666666;">2022-12-30 112323</text></view>
<view class="order_id">结束时间:<text style="font-size: 30rpx;color: #666666;">2022-12-12 112323</text></view>
<view class="order_id">订单金额:<text style="font-size: 30rpx;color: #666666;">¥1212.00</text></view>
<view class="order_id">预计收入:<text style="font-size: 30rpx;color: #666666;">¥112.00</text></view>
</view>
</view>
</view>
<view class="order_item">
<view class="order_item_content">
<view class="order_item_content_top">
快速问诊
<view class="order_status order_status_cancle">已取消</view>
</view>
<view class="order_item_content_data">
<view class="order_id">就诊患者:<text style="font-size: 30rpx;color: #666666;">张三三/18/男</text></view>
<view class="order_id">订单编号:<text style="font-size: 30rpx;color: #666666;">2131231xxxx</text></view>
<view class="order_id">订单金额:<text style="font-size: 30rpx;color: #666666;">¥1212.00</text></view>
<view class="order_id">完成时间:<text style="font-size: 30rpx;color: #666666;">2022.12.30</text></view>
</view>
</view>
</view>
</view>
</view>