Commit 21acc8c7 authored by xinzhedeai's avatar xinzhedeai

fix:隐患检查 所属任务字段显示 商户角色

parent 37f4ef41
...@@ -96,7 +96,8 @@ ...@@ -96,7 +96,8 @@
<!-- 第三行:商家和箭头 --> <!-- 第三行:商家和箭头 -->
<div style="display: flex; justify-content: space-between; align-items: center;"> <div style="display: flex; justify-content: space-between; align-items: center;">
<span style="color: #666; font-size: 0.28rem;">商家名称:{{ item.merName }}</span> <span style="color: #666; font-size: 0.28rem;" v-if="userType!=='shop'">商家名称:{{ item.merName }}</span>
<span style="color: #666; font-size: 0.28rem;" v-else>所属任务:{{ item.typeName }}</span>
</div> </div>
<!-- <div v-if="userType=='shop'" style="display: flex; justify-content: space-between; align-items: center;"> <!-- <div v-if="userType=='shop'" style="display: flex; justify-content: space-between; align-items: center;">
<span style="color: #666; font-size: 0.28rem;">{{ item.merName }}</span> <span style="color: #666; font-size: 0.28rem;">{{ item.merName }}</span>
......
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