|
@@ -130,6 +130,15 @@
|
|
|
<div slot="area" slot-scope="text, record">
|
|
|
{{ record.dealerProvinceName }} {{ record.dealerCityName }}
|
|
|
</div>
|
|
|
+ <span slot="customTitle">
|
|
|
+ <a-popover>
|
|
|
+ <template slot="content">
|
|
|
+ 货架铺货情况为实时数据<br>与查询条件中的下单时间无关
|
|
|
+ </template>
|
|
|
+ <a-icon type="question-circle" theme="twoTone" />
|
|
|
+ </a-popover>
|
|
|
+ 货架铺货情况
|
|
|
+ </span>
|
|
|
</s-table>
|
|
|
</a-spin>
|
|
|
</a-card>
|