Browse Source

新增组件及页面

liuqiwen 3 years ago
parent
commit
179399e1d0

+ 1 - 1
dgtis-ui/src/views/system/userInfo/index.vue

@@ -235,7 +235,7 @@ export default {
                       item.prole != undefined ? prole = item.prole : prole = '';
                       item.describe != undefined ? describe = item.describe : describe = '';
                       let touched = {
-                        label:`保险单号:${policyno}<br>接触类型:${scenario}<br>接触角色:${prole}<br>接触原因:${describe}`,
+                        label:`接触类型:${scenario}<br>接触原因:${describe}<br>接触角色:${prole}<br>保险单号:${policyno}`,
                         date:that.parseTime(item.sdate,'{yy}-{mm}-{dd}'),
                         backgroundColor:bgc,
                       }

+ 17 - 11
dgtis-ui/src/views/system/userInfoDetails/index.vue

@@ -72,9 +72,9 @@
                   <div class="bxDetail" style="padding: 10px 10px 6px;">
                     <div class="numTitleB">险种信息</div>
                     <el-row :gutter="10">
-                      <el-col :span="8">
-                        <div class="bxInfo">享受保障:<span>{{custInfo.guaranteeDay}}</span><span class="unit"></span></div>
-                      </el-col>
+<!--                      <el-col :span="8">-->
+<!--                        <div class="bxInfo">享受保障:<span>{{custInfo.guaranteeDay}}</span><span class="unit"></span></div>-->
+<!--                      </el-col>-->
 <!--                      <el-col :span="8">-->
 <!--                        <div class="bxInfo">年缴保费:<span>{{custInfo.prem}}</span><span class="unit">元</span></div>-->
 <!--                      </el-col>-->
@@ -138,13 +138,16 @@
                   <el-col :span="12">
                     <div>姓名:{{custInfo.name}}</div>
                   </el-col>
+<!--                  <el-col :span="12">-->
+<!--                    <div>手机:{{telNo(custInfo.pmphone)}}</div>-->
+<!--                  </el-col>-->
                   <el-col :span="12">
-                    <div>手机:{{telNo(custInfo.pmphone)}}</div>
+                    <div>年龄:{{custInfo.age}}岁</div>
                   </el-col>
                 </el-row>
                 <el-row :gutter="10">
                   <el-col :span="12">
-                    <div>年龄:{{custInfo.age}}岁</div>
+                    <div>享受保障:<span>{{custInfo.guaranteeDay}}</span></div>
                   </el-col>
                 </el-row>
                 <div class="dayDiv">
@@ -234,13 +237,16 @@ export default {
         // 客户标签
           for(var i =0 ;i< 120;i++){
             var label = 'label'+i;
-            if(response.data.custInfo[label] && response.data.custInfo[label] != ""){
-              var data = {
-                name:response.data.custInfo[label],
-                value:i,
-              }
-              that.wordCloudChartData.push(data)
+            if(label != 'label48' && label != 'label49'  && label != 'label55' ){
+                if(response.data.custInfo[label] && response.data.custInfo[label] != ""){
+                    var data = {
+                        name:response.data.custInfo[label],
+                        value:i,
+                    }
+                    that.wordCloudChartData.push(data)
+                }
             }
+
           }
         // 客户保单信息
           that.custInfo = response.data.custInfo;