|
@@ -2,7 +2,7 @@
|
|
|
* @Author: WangQiBiao
|
|
|
* @Date: 2019-09-25 14:10:08
|
|
|
* @LastEditors: mozhuangru
|
|
|
- * @LastEditTime: 2019-10-11 17:45:38
|
|
|
+ * @LastEditTime: 2019-10-12 09:24:00
|
|
|
* @Description: 在线沟通
|
|
|
-->
|
|
|
<template>
|
|
@@ -24,6 +24,7 @@
|
|
|
<TagCom v-if="item.label === '表扬'" type="praise">表扬</TagCom>
|
|
|
<TagCom v-if="item.label === '投诉'" type="complaints">投诉</TagCom>
|
|
|
<TagCom v-if="item.label === '咨询'" type="consulting">咨询</TagCom>
|
|
|
+ <TagCom v-if="item.label === '待受理'" type="accept">待受理</TagCom>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|