feat: 停机日志页面调整
This commit is contained in:
parent
d0d41b6f59
commit
8c5f6b6cec
|
@ -642,13 +642,8 @@ export default {
|
||||||
current_sflog: "",
|
current_sflog: "",
|
||||||
current_note: "",
|
current_note: "",
|
||||||
title: "",
|
title: "",
|
||||||
start_time: "",
|
start_time: null,
|
||||||
end_time: "",
|
end_time: null,
|
||||||
cate: "",
|
|
||||||
reason: "",
|
|
||||||
measure: "",
|
|
||||||
handler: "",
|
|
||||||
mgroup: "",
|
|
||||||
is_shutdown: false,
|
is_shutdown: false,
|
||||||
},
|
},
|
||||||
query: {
|
query: {
|
||||||
|
|
|
@ -152,13 +152,6 @@ export default {
|
||||||
current_sflog: "",
|
current_sflog: "",
|
||||||
current_note: "",
|
current_note: "",
|
||||||
title: "",
|
title: "",
|
||||||
start_time: "",
|
|
||||||
end_time: "",
|
|
||||||
cate: "",
|
|
||||||
reason: "",
|
|
||||||
measure: "",
|
|
||||||
handler: "",
|
|
||||||
mgroup: "",
|
|
||||||
is_shutdown: false,
|
is_shutdown: false,
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
|
|
Loading…
Reference in New Issue