Commit 02c851f6 authored by 潘自豪's avatar 潘自豪

流失新增客户明细

parent ddb6e597
......@@ -2,12 +2,12 @@
<div class="page">
<div class="content">
<display-board class="content_card" :title="lostCustomerTitle" title_size="large">
<winners-list style="height: 100%" id="ar_company_list"
<winners-list style="height: 100%;overflow: auto;" id="ar_company_list"
:rows="lostCustomer"
/>
</display-board>
<display-board class="content_card" :title="addCustomerTitle" title_size="large">
<winners-list style="height: 100%" id="ar_company_list"
<winners-list style="height: 100%;overflow: auto;" id="ar_company_list"
:rows="addCustomer"
/>
</display-board>
......
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