style: 网元公共参数EMS_IP标记必填红
This commit is contained in:
@@ -212,7 +212,13 @@ onMounted(() => {});
|
||||
<a-divider orientation="left">OMC</a-divider>
|
||||
<a-row :gutter="16">
|
||||
<a-col :lg="24" :md="24" :xs="24">
|
||||
<a-form-item label="EMS_IP" name="sbi.omc_ip">
|
||||
<a-form-item
|
||||
label="EMS_IP"
|
||||
name="sbi.omc_ip"
|
||||
:required="true"
|
||||
:validate-on-rule-change="false"
|
||||
:validateTrigger="[]"
|
||||
>
|
||||
<a-input
|
||||
v-model:value="state.from.sbi.omc_ip"
|
||||
allow-clear
|
||||
|
||||
Reference in New Issue
Block a user