2
0

feat:隐藏nonstick

This commit is contained in:
zhongzm
2025-06-17 18:52:26 +08:00
parent d0cca3bbfb
commit e8c98e77d3

View File

@@ -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>