添加注释

This commit is contained in:
mabo
2021-05-14 12:01:24 +08:00
parent be2be21488
commit b6b45926f9
47 changed files with 261 additions and 312 deletions

View File

@@ -33,7 +33,7 @@ export default {
data() {
return {
columns: [
columns: [ // 表头
{
key: "createDate",
title: "日期",
@@ -75,23 +75,16 @@ export default {
value: "LAST_THIRTY",
},
],
year: "",
orderChart: "",
defaultParams: {
month: "",
searchType: "LAST_SEVEN", // TODAY , YESTERDAY , LAST_SEVEN , LAST_THIRTY
storeId: "",
year: "",
},
params: {
year: "", // 当前年限
orderChart: "", // 订单表格
params: { // 请求参数
searchType: "LAST_SEVEN",
year: "",
month: "",
shopId: "",
},
data: [],
data: [], // 数据
};
},
watch: {