fix: 调整安装UE_POOL改到基础项
This commit is contained in:
@@ -166,6 +166,21 @@ watch(
|
|||||||
placeholder="1-65535"
|
placeholder="1-65535"
|
||||||
></a-input>
|
></a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
|
<a-form-item label="UE_POOL" name="external.ue_pool">
|
||||||
|
<a-input
|
||||||
|
v-model:value="fromState.external.ue_pool"
|
||||||
|
allow-clear
|
||||||
|
:placeholder="t('common.inputPlease')"
|
||||||
|
:maxlength="50"
|
||||||
|
>
|
||||||
|
<template #prefix>
|
||||||
|
<a-tooltip placement="topLeft">
|
||||||
|
<template #title> UE IP and maxk </template>
|
||||||
|
<InfoCircleOutlined style="opacity: 0.45; color: inherit" />
|
||||||
|
</a-tooltip>
|
||||||
|
</template>
|
||||||
|
</a-input>
|
||||||
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
</a-col>
|
</a-col>
|
||||||
@@ -245,28 +260,6 @@ watch(
|
|||||||
</a-select>
|
</a-select>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col
|
|
||||||
:lg="12"
|
|
||||||
:md="12"
|
|
||||||
:xs="24"
|
|
||||||
v-if="fromState.external.upf_type === 'LightUPF'"
|
|
||||||
>
|
|
||||||
<a-form-item label="UE_POOL" name="external.ue_pool">
|
|
||||||
<a-input
|
|
||||||
v-model:value="fromState.external.ue_pool"
|
|
||||||
allow-clear
|
|
||||||
:placeholder="t('common.inputPlease')"
|
|
||||||
:maxlength="50"
|
|
||||||
>
|
|
||||||
<template #prefix>
|
|
||||||
<a-tooltip placement="topLeft">
|
|
||||||
<template #title> UE IP and maxk </template>
|
|
||||||
<InfoCircleOutlined style="opacity: 0.45; color: inherit" />
|
|
||||||
</a-tooltip>
|
|
||||||
</template>
|
|
||||||
</a-input>
|
|
||||||
</a-form-item>
|
|
||||||
</a-col>
|
|
||||||
<a-col
|
<a-col
|
||||||
:lg="12"
|
:lg="12"
|
||||||
:md="12"
|
:md="12"
|
||||||
|
|||||||
Reference in New Issue
Block a user