Commit 905251bc authored by gengchunlei's avatar gengchunlei

居民端小程序 v1.2 1、短信重发判断

parent 2abdab67
File added
...@@ -209,10 +209,12 @@ ...@@ -209,10 +209,12 @@
v-if='info.isSms == 1 && (info?.visitWayRules?.includes(2) || info?.visitWayRules?.includes(3) || info?.visitWayRules?.includes(4))'> v-if='info.isSms == 1 && (info?.visitWayRules?.includes(2) || info?.visitWayRules?.includes(3) || info?.visitWayRules?.includes(4))'>
<span class='shrink-0 mr-2 label'>短信推送情况</span> <span class='shrink-0 mr-2 label'>短信推送情况</span>
<span class='text-end'> <span class='text-end'>
<div class='flex items-center'>
<span>{{ info?.serviceResidents?.messageStateName || '-' }}</span> <span>{{ info?.serviceResidents?.messageStateName || '-' }}</span>
<span class='ml-4' v-if='info?.serviceResidents?.messageState == 3' style='font-size: 12px'> <span class='ml-4' v-if='info?.serviceResidents?.messageState == 4' style='font-size: 12px'>
<van-button ghost type='primary' size='small' @click='toReSend'>重发</van-button> <van-button plain type='primary' size='small' @click='toReSend'>重新发送</van-button>
</span> </span>
</div>
</span> </span>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment