|
|
@@ -187,8 +187,10 @@
|
|
|
width="200"
|
|
|
trigger="click">
|
|
|
<div v-if="item.storeLabels">
|
|
|
- <p>已参加:</p>
|
|
|
- <p v-for="tt in (item.storeLabels.targetOne + '').split(';')">{{ tt }}</p>
|
|
|
+ <p>{{ timeData }}未通过的陈列任务:</p>
|
|
|
+ <p v-for="(tt, ind) in (item.storeLabels.targetOne + '').split(';')">
|
|
|
+ <template v-if="tt"> {{ ind + 1 }}、{{ tt }};</template>
|
|
|
+ </p>
|
|
|
</div>
|
|
|
<div
|
|
|
class="visitStoreIco"
|