瀏覽代碼

fix 添加待受理状态 单位改为万元

1711193168@qq.com 5 年之前
父節點
當前提交
9ce9d2b27d

+ 5 - 2
src/components/tag/index.vue

@@ -1,8 +1,8 @@
 <!--
  * @Author: WangQiBiao
  * @Date: 2019-09-25 17:20:35
- * @LastEditors: WangQiBiao
- * @LastEditTime: 2019-09-25 17:50:03
+ * @LastEditors: mozhuangru
+ * @LastEditTime: 2019-10-12 09:22:30
  * @Description: tag
  -->
 <template>
@@ -55,5 +55,8 @@ export default {
   &.consulting{
     background:#00B6C6;
   }
+  &.accept{
+    background:#F9AF09;
+  }
 }
 </style>

+ 2 - 1
src/views/index/components/communication/index.vue

@@ -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>

+ 2 - 2
src/views/index/components/paid-in/index.vue

@@ -2,7 +2,7 @@
  * @Author: WangQiBiao
  * @Date: 2019-09-26 08:46:04
  * @LastEditors: mozhuangru
- * @LastEditTime: 2019-10-11 10:24:41
+ * @LastEditTime: 2019-10-12 09:04:28
  * @Description: 近1年应实收统计
  -->
 <template>
@@ -97,7 +97,7 @@ export default {
         yAxis: {
           show: true,
           position: 'left',
-          name: '单位(万元)',
+          name: '单位(万元)',
           nameTextStyle: {
             color: '#fff',
             fontSize: 10,