|
@@ -2,7 +2,7 @@
|
|
|
<div class="page-header-index-wide">
|
|
|
<a-row :gutter="24">
|
|
|
<a-col :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px', cursor: 'pointer' }" v-for="(item, index) in zhibiaoTotal" :key="index" @click="clickItemTotal(item, index)">
|
|
|
- <chart-card :loading="loading" :title="item.title+'(元) / 当月'" :total="(item.monthTotal).toString()">
|
|
|
+ <chart-card :loading="loading" :title="item.title+'(元) / 当月'" :total="item.monthTotal+''">
|
|
|
<a-tooltip :title="`点击查看${item.title}明细`" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -80,7 +80,7 @@
|
|
|
</div>
|
|
|
</a-card>
|
|
|
|
|
|
- <a-card :loading="loading" :bordered="false" :body-style="{padding: '0'}" :style="{ marginTop: '24px' }">
|
|
|
+ <!-- <a-card :loading="loading" :bordered="false" :body-style="{padding: '0'}" :style="{ marginTop: '24px' }">
|
|
|
<div class="salesCard">
|
|
|
<a-tabs default-active-key="1" size="large" :tab-bar-style="{marginBottom: '24px', paddingLeft: '16px'}">
|
|
|
<div class="extra-wrapper" slot="tabBarExtraContent">
|
|
@@ -108,16 +108,16 @@
|
|
|
:pagination="ipagination"
|
|
|
:loading="loading"
|
|
|
class="j-table-force-nowrap"
|
|
|
+ :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
|
|
|
+ @change="handleTableChange"
|
|
|
>
|
|
|
- <!-- :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" -->
|
|
|
- <!-- @change="handleTableChange" -->
|
|
|
</a-table>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
</a-tab-pane>
|
|
|
</a-tabs>
|
|
|
</div>
|
|
|
- </a-card>
|
|
|
+ </a-card> -->
|
|
|
|
|
|
|
|
|
</div>
|