|
@@ -49,7 +49,7 @@
|
|
|
bordered>
|
|
|
<!-- 省仓客户 -->
|
|
|
<template slot="customNum" slot-scope="text, record">
|
|
|
- 共有<span style="color:#39f;vertical-align:top;">{{ record.customerNum }}</span>个客户
|
|
|
+ {{ !queryParam.dealerName?'共':'' }}有<span style="font-weight:bold;font-size:13px;vertical-align:top;">{{ record.customerNum }}</span>个客户
|
|
|
</template>
|
|
|
<!-- 省仓状态 -->
|
|
|
<template slot="loginFlag" slot-scope="text, record">
|