This commit is contained in:
parent
418b04426c
commit
f80b7a7e32
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue