Commit be25158c authored by 骆瑛's avatar 骆瑛

修改bug

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