统计代码优化

This commit is contained in:
shixiaoman
2021-11-25 11:00:55 +08:00
parent c6ddce366d
commit 31103263e8
2 changed files with 2 additions and 3 deletions

View File

@@ -31,9 +31,11 @@
</a-row>
</a-form>
<!-- 表格 -->
<a-spin :spinning="loading">
<ele-pro-table ref="table" :datasource="datasource" :columns="columns" :where="where"
:scroll="{ x: 'max-content' }" @done="(d) => (data = d.data)">
</ele-pro-table>
</a-spin>
</a-card>
</div>
<!-- 编辑弹窗 -->