Commit be25158c authored by 骆瑛's avatar 骆瑛

修改bug

parent 3760a310
...@@ -132,6 +132,7 @@ export default { ...@@ -132,6 +132,7 @@ export default {
width: 140, width: 140,
hide: true hide: true
}, },
{ {
key: "plan_finish", key: "plan_finish",
title: this.l("plan_finish"), title: this.l("plan_finish"),
...@@ -147,6 +148,14 @@ export default { ...@@ -147,6 +148,14 @@ export default {
easy: true, easy: true,
high: true high: true
}, },
{
key: "aaa",
title: '设备类型信息',
align: "left",
easy: true,
high: true,
// hide: true
},
{ {
key: "setup_time", key: "setup_time",
title: this.l("setup_time"), title: this.l("setup_time"),
...@@ -220,7 +229,7 @@ export default { ...@@ -220,7 +229,7 @@ export default {
easy: true, easy: true,
high: true, high: true,
hide: true hide: true
}, },
{ {
key: "cal_id", key: "cal_id",
title: this.l("cal_id"), title: this.l("cal_id"),
......
...@@ -427,7 +427,6 @@ export default { ...@@ -427,7 +427,6 @@ export default {
} }
}); });
}, },
addOk() { addOk() {
this.list = []; this.list = [];
this.loadList(); this.loadList();
......
This diff is collapsed.
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