43 lines
1.6 KiB
Plaintext
43 lines
1.6 KiB
Plaintext
<!--pages/clockIn/index.wxml-->
|
||
<view class="clockin">
|
||
<view class="clockin-item">
|
||
<view class="item-top">
|
||
<text>术后1个月随访</text>
|
||
<t-tag class="margin-16" variant="light" theme="success">已完成</t-tag>
|
||
</view>
|
||
<view class="dose">随访时间:2025年5月20日</view>
|
||
<t-button theme="primary" block bindtap="toQuestionnaire">填写随访问卷</t-button>
|
||
</view>
|
||
<view class="clockin-item">
|
||
<view class="item-top">
|
||
<text>术后2个月随访</text>
|
||
<t-tag class="margin-16" variant="light" theme="primary">待开始</t-tag>
|
||
</view>
|
||
<view class="dose">随访时间:2025年5月20日</view>
|
||
<t-button bindtap="toRegister" theme="primary" block>预约挂号</t-button>
|
||
</view>
|
||
<view class="clockin-item">
|
||
<view class="item-top">
|
||
<text>术后3个月随访</text>
|
||
<t-tag class="margin-16" variant="light">未开始</t-tag>
|
||
</view>
|
||
<view class="dose">随访时间:2025年5月20日</view>
|
||
</view>
|
||
<view class="clockin-item">
|
||
<view class="item-top">
|
||
<text>术后4个月随访</text>
|
||
<t-tag class="margin-16" variant="light">未开始</t-tag>
|
||
</view>
|
||
<view class="dose">随访时间:2025年5月20日</view>
|
||
</view>
|
||
<view class="clockin-item">
|
||
<view class="item-top">
|
||
<text>术后1年随访</text>
|
||
<t-tag class="margin-16" variant="light">未开始</t-tag>
|
||
</view>
|
||
<view class="dose">随访时间:2025年5月20日</view>
|
||
</view>
|
||
<view class="footer-example">
|
||
<t-button theme="primary" block bindtap="toQuestionnaire">添加随访</t-button>
|
||
</view>
|
||
</view> |