From 9700c9f5db9901406d8190a22db73ac5e0aff7f4 Mon Sep 17 00:00:00 2001 From: LucHeart Date: Mon, 2 Oct 2023 19:20:06 +0200 Subject: [PATCH] Update name for shocker CaiXianlin --- src/views/dashboard/shockers/own/Own.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/dashboard/shockers/own/Own.vue b/src/views/dashboard/shockers/own/Own.vue index 25955b2..7cde9fc 100644 --- a/src/views/dashboard/shockers/own/Own.vue +++ b/src/views/dashboard/shockers/own/Own.vue @@ -102,8 +102,8 @@ export default { devices: [], modelOptions: [ { - text: "Small", - value: "Small" + text: "CaiXianlin", + value: "CaiXianlin" }, { text: "PetTrainer", @@ -113,7 +113,7 @@ export default { selectedDevice: "", newName: "", newRfId: 0, - newModel: "Small", + newModel: "CaiXianlin", devicesLoading: false, modal: { new: false,