管理端注释添加完成

This commit is contained in:
mabo
2021-07-27 15:59:34 +08:00
parent 59e1aedbf3
commit eb4a5e4fdc
44 changed files with 485 additions and 996 deletions

View File

@@ -16,7 +16,7 @@
<Card class="card">
<div>
<h4>客户增长报表</h4>
<Table style="margin-top:10px;" stripe :columns="columns" :data="data"></Table>
<Table class="mt_10" stripe :columns="columns" :data="data"></Table>
</div>
</Card>
@@ -30,7 +30,6 @@ import affixTime from "@/views/lili-components/affix-time";
export default {
components: { affixTime },
data() {
return {
columns: [ // 表头
@@ -169,14 +168,14 @@ export default {
this.orderChart.render();
},
// 条件查询
clickBreadcrumb(item, index) {
let callback = item;
console.warn(callback);
this.params = {...callback};
},
// 初始化数据
init() {
API_Member.getMemberStatistics(this.params).then((res) => {
if (res.result) {