可以在集群中查看待安装节点、并直接安装节点

This commit is contained in:
刘祥超
2020-10-26 21:14:26 +08:00
parent 250f081352
commit eac6b91c57
36 changed files with 850 additions and 185 deletions

View File

@@ -2,7 +2,7 @@ Vue.component("values-box", {
props: ["values", "size", "maxlength", "name"],
data: function () {
let values = this.values;
if (typeof (values) != "object") {
if (values == null) {
values = [];
}
return {