添加注释

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

@@ -32,16 +32,14 @@ export default {
},
data() {
return {
total: 0,
year: "",
params: {
params: { // 请求参数
searchType: "LAST_SEVEN",
year: "",
month: "",
shopId: "",
type: "NUM"
},
columns: [
columns: [ // 表头
{
title: "商品名称",
key: "goodsName",
@@ -61,7 +59,7 @@ export default {
},
},
],
data: [],
data: [], // 数据
};
},
methods: {