|
@@ -124,14 +124,14 @@
|
|
|
<a-tag color="orange" style="cursor: pointer"> 拒收 </a-tag>
|
|
|
</a-popconfirm>
|
|
|
<a-tag color="green" @click="showEnquiryTrackRecord(record)" style="cursor: pointer"> 跟踪 </a-tag>
|
|
|
- <a-tag
|
|
|
- color="blue"
|
|
|
- v-if="record.visitId !== null && record.visitId !== '' && record.visitId !== undefined"
|
|
|
- style="cursor: pointer"
|
|
|
- @click="showEnquiryTrack(record)"
|
|
|
- >
|
|
|
- 访问记录
|
|
|
- </a-tag>
|
|
|
+ <!-- <a-tag-->
|
|
|
+ <!-- color="blue"-->
|
|
|
+ <!-- v-if="record.visitId !== null && record.visitId !== '' && record.visitId !== undefined"-->
|
|
|
+ <!-- style="cursor: pointer"-->
|
|
|
+ <!-- @click="showEnquiryTrack(record)"-->
|
|
|
+ <!-- >-->
|
|
|
+ <!-- 访问记录-->
|
|
|
+ <!-- </a-tag>-->
|
|
|
</div>
|
|
|
</template>
|
|
|
|