Commit d0db51f1 authored by huangyuanyuan's avatar huangyuanyuan

update

parent 6d8c0be4
...@@ -79,6 +79,7 @@ ...@@ -79,6 +79,7 @@
font-size: 14px; font-size: 14px;
height: 23px; height: 23px;
line-height: 23px; line-height: 23px;
text-align: center;
} }
</style> </style>
<template> <template>
...@@ -143,13 +144,13 @@ ...@@ -143,13 +144,13 @@
<p class="_other_n" v-else>最近拜访:暂无</p> <p class="_other_n" v-else>最近拜访:暂无</p>
</div> </div>
<div class="_bt"> <div class="_bt">
<el-row :gutter="23"> <el-row :gutter="24">
<el-col :span="16"> <el-col :span="18">
<p>累计交易额度 <span> {{item.tradeTotal}}</span></p> <p>累计交易额度 <span> {{item.tradeTotal}}</span></p>
<p>询价与需求 <span> {{item.inquireCount}}</span></p> <p>询价与需求 <span> {{item.inquireCount}}</span></p>
<p>幸福存折 <span> {{item.cL_Balance}}</span></p> <p>幸福存折 <span> {{item.cL_Balance}}</span></p>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="6" style="text-align:right;padding:0">
<span class="xqBtn" @click.stop="goUrC('CustomerAnalysis',item.customerId)">详情</span> <span class="xqBtn" @click.stop="goUrC('CustomerAnalysis',item.customerId)">详情</span>
</el-col> </el-col>
</el-row> </el-row>
......
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