绘制 运维版本管理页面

This commit is contained in:
guanj
2026-03-19 11:29:26 +08:00
parent 9f1fbf93cd
commit a30379ab01
11 changed files with 930 additions and 479 deletions

View File

@@ -12,7 +12,7 @@
</pane>
<pane style="background: #fff">
<div class="device-manage-right">
<el-form :inline="true" class="demo-form-inline" style="height: 42px">
<el-form :inline="true" class="demo-form-inline" style="height: 42px">
<el-form-item style="position: relative; z-index: 2">
<el-button icon="el-icon-Plus" type="primary" @click="add" v-if="nodeLevel != 4">
{{
@@ -2154,6 +2154,8 @@ const onsubmit = async () => {
break
}
}
} else {
ElMessage.warning('请检查表单数据是否填写完整!')
}
})
}