Commit e0623e4e authored by hangjun83's avatar hangjun83

1、修复bug

parent ddaba43a
......@@ -139,7 +139,13 @@ export default {
message: "请输入手续费费用",
}, ]
},
columns: [{
columns: [
{
title: "ID",
key: "id",
minWidth: 105,
},
{
title: "任务名称",
key: "name",
minWidth: 105,
......@@ -294,7 +300,8 @@ export default {
},
}
],
orderColumns: [{
orderColumns: [
{
title: "品牌",
key: "bCnName",
minWidth: 145,
......@@ -555,6 +562,7 @@ export default {
cleanAll(){
this.$refs.form.resetFields();
this.selectRowData = [];
this.searchData =[];
},
exec(v) {
this.$Modal.confirm({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment