添加注释,删除无用代码

This commit is contained in:
mabo
2021-05-13 18:09:36 +08:00
parent 967e673647
commit a2752a731d
122 changed files with 868 additions and 1185 deletions

View File

@@ -147,7 +147,7 @@
sn: "",
},
selectDate: null,
selectDate: null, // 选择时间段
form: {
// 添加或编辑表单对象初始化数据
sn: "",
@@ -156,9 +156,6 @@
endTime: "",
billPrice: "",
},
// 表单验证规则
formValidate: {},
submitLoading: false, // 添加或编辑提交状态
selectList: [], // 多选数据
selectCount: 0, // 多选计数
columns: [

View File

@@ -394,7 +394,7 @@ export default {
},
data() {
return {
sn: "",
sn: "", // 订单号
logisticsModal: false, //查询物流模态框
logisticsInfo: {}, //物流信息
form: {
@@ -410,7 +410,7 @@ export default {
],
},
modalVisible: false, // 添加或编辑显示
afterSaleInfo: {},
afterSaleInfo: {}, // 售后信息
afterSaleImage: [], //会员申诉图片
appealImages: [], //商家申诉的图片
submitLoading: false, // 添加或编辑提交状态

View File

@@ -137,8 +137,8 @@
modalTitle: "", // 添加或编辑标题
loading: true, // 表单加载状态
content: "",//评价内容
drop: false,
dropDownIcon: "ios-arrow-down",
drop: false, // 更多搜索项
dropDownIcon: "ios-arrow-down", // drop 图标
searchForm: {
// 搜索框初始化对象
pageNumber: 1, // 当前页数
@@ -146,8 +146,7 @@
sort: "createTime", // 默认排序字段
order: "desc", // 默认排序方式
},
selectDate: null,
form: {},
form: {}, // 表单
submitLoading: false, // 添加或编辑提交状态
selectList: [], // 多选数据
selectCount: 0, // 多选计数

View File

@@ -235,8 +235,8 @@ export default {
},
data() {
return {
id: 0,
complaintInfo: "",
id: 0, // 投诉id
complaintInfo: "", // 投诉信息
images: [], //会员申诉图片
appealImages: [], //商家申诉的图片
submitLoading: false, // 添加或编辑提交状态

View File

@@ -45,8 +45,8 @@ export default {
data() {
return {
loading: true, // 表单加载状态
drop: false,
dropDownIcon: "ios-arrow-down",
drop: false, // 更多搜索项
dropDownIcon: "ios-arrow-down", // drop图标
searchForm: {
// 搜索框初始化对象
pageNumber: 1, // 当前页数

View File

@@ -45,8 +45,6 @@ export default {
data() {
return {
loading: true, // 表单加载状态
drop: false,
dropDownIcon: "ios-arrow-down",
searchForm: {
// 搜索框初始化对象
pageNumber: 1, // 当前页数
@@ -128,16 +126,6 @@ export default {
};
},
methods: {
dropDown() {
if (this.drop) {
this.dropDownContent = "展开";
this.dropDownIcon = "ios-arrow-down";
} else {
this.dropDownContent = "收起";
this.dropDownIcon = "ios-arrow-up";
}
this.drop = !this.drop;
},
init() {
this.getDataList();
},

View File

@@ -92,8 +92,6 @@
data() {
return {
loading: true, // 表单加载状态
drop: false,
dropDownIcon: "ios-arrow-down",
searchForm: {
// 搜索框初始化对象
pageNumber: 1, // 当前页数
@@ -107,7 +105,7 @@
buyerName: "",
orderStatus: ""
},
selectDate: null,
selectDate: null, // 下单时间
form: {
// 添加或编辑表单对象初始化数据
sn: "",
@@ -237,16 +235,6 @@
};
},
methods: {
dropDown() {
if (this.drop) {
this.dropDownContent = "展开";
this.dropDownIcon = "ios-arrow-down";
} else {
this.dropDownContent = "收起";
this.dropDownIcon = "ios-arrow-up";
}
this.drop = !this.drop;
},
init() {
this.getDataList();
},

View File

@@ -378,7 +378,7 @@ export default {
submitLoading: false, // 添加或编辑提交状态
region: [], //地区
regionId: [], //地区id
showRegion: false,
showRegion: false, // 显示地区
orderLogInfo: [], //订单日志数据
orderLogModal: false, //弹出调整价格框
checkedLogistics: [], //选中的物流公司集合

View File

@@ -50,8 +50,6 @@ export default {
data() {
return {
loading: true, // 表单加载状态
drop: false,
dropDownIcon: "ios-arrow-down",
searchForm: {
// 搜索框初始化对象
pageNumber: 1, // 当前页数
@@ -192,16 +190,6 @@ export default {
};
},
methods: {
dropDown() {
if (this.drop) {
this.dropDownContent = "展开";
this.dropDownIcon = "ios-arrow-down";
} else {
this.dropDownContent = "收起";
this.dropDownIcon = "ios-arrow-up";
}
this.drop = !this.drop;
},
init() {
this.getDataList();
},

View File

@@ -105,8 +105,6 @@
data() {
return {
loading: true, // 表单加载状态
drop: false,
dropDownIcon: "ios-arrow-down",
searchForm: {
// 搜索框初始化对象
pageNumber: 1, // 当前页数
@@ -115,8 +113,7 @@
order: "desc", // 默认排序方式
receiptStatus: "", // 起始时间
},
shopsData: [],
selectDate: null,
shopsData: [], // 店铺数据
form: {
// 添加或编辑表单对象初始化数据
sn: "",