This commit is contained in:
parent
418b04426c
commit
f80b7a7e32
|
|
@ -32,7 +32,7 @@
|
|||
text="修改"
|
||||
type="primary"
|
||||
@tap="onHandleEditRecord(item.id)"
|
||||
v-if="!isExpire(item.rectDate)"
|
||||
v-if="item.rectStatus == 0"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
text="修改"
|
||||
type="primary"
|
||||
@tap="onHandleEditRecord(item.id)"
|
||||
v-if="!isExpire(item.rectDate)"
|
||||
v-if="item.rectStatus == 0"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue