diff --git a/src/components/device/device-card/ndm-security-box/security-box-update.vue b/src/components/device/device-card/ndm-security-box/security-box-update.vue index 7e5861d..1db5cf7 100644 --- a/src/components/device/device-card/ndm-security-box/security-box-update.vue +++ b/src/components/device/device-card/ndm-security-box/security-box-update.vue @@ -6,7 +6,7 @@ import { useMutation } from '@tanstack/vue-query'; import { isCancel } from 'axios'; import destr from 'destr'; import { isString } from 'es-toolkit'; -import { NButton, NCard, NFlex, NForm, NFormItem, NFormItemGi, NGrid, NInput, NSwitch, type FormInst, type FormRules } from 'naive-ui'; +import { NButton, NCard, NFlex, NForm, NFormItem, NFormItemGi, NGrid, NInput, NInputNumber, NSwitch, type FormInst, type FormRules } from 'naive-ui'; import { computed, onBeforeUnmount, ref, toRefs, useTemplateRef, watch } from 'vue'; const props = defineProps<{ @@ -126,9 +126,15 @@ onBeforeUnmount(() => { + + + + + +