This commit is contained in:
BianLzhaoMin 2025-04-18 16:19:56 +08:00
parent 418b04426c
commit f80b7a7e32
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
text="修改" text="修改"
type="primary" type="primary"
@tap="onHandleEditRecord(item.id)" @tap="onHandleEditRecord(item.id)"
v-if="!isExpire(item.rectDate)" v-if="item.rectStatus == 0"
/> />
</view> </view>
</view> </view>

View File

@ -32,7 +32,7 @@
text="修改" text="修改"
type="primary" type="primary"
@tap="onHandleEditRecord(item.id)" @tap="onHandleEditRecord(item.id)"
v-if="!isExpire(item.rectDate)" v-if="item.rectStatus == 0"
/> />
</view> </view>
</view> </view>