fix:事务处理
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
})
|
||||
uni.showToast({
|
||||
title:res_.msg,
|
||||
icon:"error",
|
||||
icon:"success",
|
||||
duration:2000,
|
||||
mask:true,
|
||||
success() {
|
||||
@@ -205,6 +205,24 @@
|
||||
{{handle_info?.content}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="pb-item">
|
||||
<view class="pb-item-left">待办状态</view>
|
||||
<view class="pb-item-right">
|
||||
{{handle_info?.remindPeriod?'手术前':'手术后'}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="pb-item">
|
||||
<view class="pb-item-left">用药频率</view>
|
||||
<view class="pb-item-right">
|
||||
{{handle_info?.frequency}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="pb-item">
|
||||
<view class="pb-item-left">提醒时间</view>
|
||||
<view class="pb-item-right">
|
||||
{{handle_info?.remindTime}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="pb-item">
|
||||
<view class="pb-item-left">创建时间</view>
|
||||
<view class="pb-item-right">
|
||||
|
Reference in New Issue
Block a user