feat: 网元配置OAM弹窗表单

This commit is contained in:
TsMask
2024-05-11 10:45:13 +08:00
parent 207acb3f3d
commit 8a5f80fe47
4 changed files with 348 additions and 30 deletions

View File

@@ -745,36 +745,6 @@ onMounted(() => {
</a-form-item>
</a-collapse-panel>
</a-collapse>
<!-- OAM配置 -->
<a-divider orientation="left"> OAM Config </a-divider>
<a-collapse class="collapse" ghost>
<a-collapse-panel header="KPI Config">
<a-row :gutter="16">
<a-col :lg="12" :md="12" :xs="24">
<a-form-item :label="t('views.ne.neHost.addr')">
<a-input
allow-clear
:maxlength="128"
:placeholder="t('common.inputPlease')"
>
</a-input>
</a-form-item>
</a-col>
<a-col :lg="12" :md="12" :xs="24">
<a-form-item :label="t('views.ne.neHost.port')" name="port">
<a-input-number
:min="10"
:max="65535"
:step="1"
:maxlength="5"
style="width: 100%"
></a-input-number>
</a-form-item>
</a-col>
</a-row>
</a-collapse-panel>
</a-collapse>
</a-form>
</DraggableModal>
</template>