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