Commit e7a2a9f5 authored by huangyuanyuan's avatar huangyuanyuan

客户分析

parent 5d36f05d
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
<el-col :span="18"> <el-col :span="18">
<div style="margin-bottom:20px" v-for="(item,index) in datainfo.list" :key="index+500"> <div style="margin-bottom:20px" v-for="(item,index) in datainfo.list" :key="index+500">
<div> <div>
<p style="color:#7F8593;font-size:12px">交易额达<span style="color:#7F8593">{{item.Money}}</span>{{item.Ratio}}</p> <p style="color:#7F8593;font-size:12px">交易额达<span style="color:#7F8593">{{item.Money}}</span>{{item.Ratio}}</p>
</div> </div>
<div> <div>
<el-row :gutter="23" justify="space-between"> <el-row :gutter="23" justify="space-between">
......
...@@ -1657,7 +1657,7 @@ ...@@ -1657,7 +1657,7 @@
</el-popover> </el-popover>
</td> </td>
<td> <td>
<el-popover v-model="happy" v-if="item.customerId || item.customerId==0" style='padding: 0;' width="600" trigger="click"> <el-popover v-if="item.customerId || item.customerId==0" style='padding: 0;' width="600" trigger="click">
<div class="personNolayer"> <div class="personNolayer">
<table border="0" cellspacing="1" cellpadding="1"> <table border="0" cellspacing="1" cellpadding="1">
<tr> <tr>
......
...@@ -1650,7 +1650,7 @@ ...@@ -1650,7 +1650,7 @@
<th>金额</th> <th>金额</th>
<th>类型</th> <th>类型</th>
<th>描述</th> <th>描述</th>
<th>时间</th> <th>时间(<span @click="goUrlHappy(item)" style="cursor: pointer;" colspan="4" align="center">查看更多</span>)</th>
</tr> </tr>
<tr v-for="(item2,index2) in redBagList" <tr v-for="(item2,index2) in redBagList"
:key="index2"> :key="index2">
......
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
<th width="80">{{$t('fnc.yszonge')}}</th> <th width="80">{{$t('fnc.yszonge')}}</th>
<th width="80">{{$t('fnc.shishou')}}</th> <th width="80">{{$t('fnc.shishou')}}</th>
<th width="70">{{$t('fnc.youhui')}}</th> <th width="70">{{$t('fnc.youhui')}}</th>
<th width="70">幸福存折</th> <th width="80">幸福存折</th>
<th width="70">{{$t('fnc.xiaofei')}}</th> <th width="70">{{$t('fnc.xiaofei')}}</th>
<th width="70">{{$t('fnc.tuikuan')}}</th> <th width="70">{{$t('fnc.tuikuan')}}</th>
<th width="70">{{$t('fnc.ptshuijin')}}</th> <th width="70">{{$t('fnc.ptshuijin')}}</th>
...@@ -291,7 +291,7 @@ ...@@ -291,7 +291,7 @@
<th>金额</th> <th>金额</th>
<th>类型</th> <th>类型</th>
<th>描述</th> <th>描述</th>
<th>时间</th> <th>时间(<span @click="goUrlHappy(item)" style="cursor: pointer;" colspan="4" align="center">查看更多</span>)</th>
</tr> </tr>
<tr v-for="(item2,index2) in redBagList" <tr v-for="(item2,index2) in redBagList"
:key="index2"> :key="index2">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment