diff --git a/pages/statistics/statislist.vue b/pages/statistics/statislist.vue
index 96b6ce9..59f1f66 100644
--- a/pages/statistics/statislist.vue
+++ b/pages/statistics/statislist.vue
@@ -4,148 +4,114 @@
-
+
-
+
+
+
+ 暂无数据
+
-
-
-
-
-
-
-
-
-
- 客户来源
- {{ item.customerSource || '' }}
-
-
- 车型
- {{ item.goodsTitle || '' }}
-
-
- 数量
- {{ item.theNum || '' }}
-
-
- 公示金额
- {{ item.theAmount || '' }}
-
+
+
+
+
+ 客户来源
+ {{ item.customerSource || '' }}
+
+
+ 车型
+ {{ item.goodsTitle || '' }}
+
+
+ 数量
+ {{ item.theNum || '' }}
+
+
+ 公示金额
+ {{ item.theAmount || '' }}
-
-
-
-
-
-
-
- {{ item.goodsTitle || '' }}
- {{ item.theNum || '' }}
-
+
+
+
+
+ {{ item.goodsTitle || '' }}
+ {{ item.theNum || '' }}
-
-
-
-
+
+
+
+
+ {{ item.theName || '' }}
+ {{ item.theAmount || '' }}
+
-
-
-
+
- {{ item.theName || '' }}:
+
+
+
+
+ {{ item.skuName || '' }}
+ {{ item.orderCount || 0 }}
+
+
+
+
+
+
+
+
+ {{ item.name || '' }}
+ {{ item.theNum || 0 }}
+
+
+
+
+
+
+
+
+ 暂无数据
+
+
+
+
+ 资料名称:{{ item.fileName || '' }}
+ {{ type=='add' ? '新增时间' : '修改时间' }} {{formatDate(item.createTime)}}
- {{ item.theAmount || '' }}
+ 类型:{{ item.type == 2 ?'文件' :'文件夹' }}
+ 查看文件
-
-
-
-
-
-
-
-
- {{ item.skuName || '' }}:
-
- {{ item.orderCount || 0 }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.name || '' }}:
-
- {{ item.theNum || 0 }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 资料名称:{{ item.fileName || '' }}
-
- {{ type=='add' ? '新增时间' : '修改时间' }}
- {{formatDate(item.createTime)}}
-
- 类型: {{ item.type == 2 ?'文件' :'文件夹' }}
-
- 查看文件
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
- {{ item.sourceName || '' }}:
-
- {{ item.pendingAmountYuan || 0 }}
+
+ 来源
+ {{ item.sourceName || '' }}
-
-
-
- 台次
-
- {{ item.pendingCount || 0 }}
+
+ 金额
+ {{ item.pendingAmountYuan || 0 }}
+
+
+ 台次
+ {{ item.pendingCount || 0 }}
@@ -455,364 +421,180 @@
\ No newline at end of file