feat:隐藏nonstick
This commit is contained in:
@@ -632,9 +632,9 @@ const handleUpdateSite = async () => {
|
|||||||
<AFormItem>
|
<AFormItem>
|
||||||
<a-checkbox v-model:checked="editFormData.fastRoamingEnable">{{ t('page.carddata.fastRoaming') }}</a-checkbox>
|
<a-checkbox v-model:checked="editFormData.fastRoamingEnable">{{ t('page.carddata.fastRoaming') }}</a-checkbox>
|
||||||
</AFormItem>
|
</AFormItem>
|
||||||
<AFormItem v-if="editFormData.fastRoamingEnable" style="margin-left: 24px;">
|
<!-- <AFormItem v-if="editFormData.fastRoamingEnable" style="margin-left: 24px;">-->
|
||||||
<a-checkbox v-model:checked="editFormData.nonStickRoamingEnable">Non-Stick Roaming</a-checkbox>
|
<!-- <a-checkbox v-model:checked="editFormData.nonStickRoamingEnable">Non-Stick Roaming</a-checkbox>-->
|
||||||
</AFormItem>
|
<!-- </AFormItem>-->
|
||||||
<AFormItem v-if="editFormData.fastRoamingEnable" style="margin-left: 24px;">
|
<AFormItem v-if="editFormData.fastRoamingEnable" style="margin-left: 24px;">
|
||||||
<a-checkbox v-model:checked="editFormData.aiRoamingEnable">{{ t('page.carddata.aiRoaming') }}</a-checkbox>
|
<a-checkbox v-model:checked="editFormData.aiRoamingEnable">{{ t('page.carddata.aiRoaming') }}</a-checkbox>
|
||||||
</AFormItem>
|
</AFormItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user