From f29ab9f768e6b40361ed6da226b01b825b6a8299 Mon Sep 17 00:00:00 2001 From: yangsy Date: Tue, 19 May 2026 14:56:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=89=E9=98=B2=E7=AE=B1=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=9D=A2=E6=9D=BF=E6=96=B0=E5=A2=9E=E5=BC=80=E5=85=B3?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E5=92=8C=E5=9B=A2=E4=BD=93=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E4=B8=B2(=E5=86=99)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../device-card/ndm-security-box/security-box-update.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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(() => { + + + + + +