From a0d006a8e6734ce1ff08fc5d196266cc2fd27f7d Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Sun, 08 Oct 2023 17:33:44 +0800
Subject: [PATCH] Merge branch 'demo' of http://s16s652780.51mypc.cn:49896/r/yskj/iot_drone_web into demo

---
 src/components/devices/DeviceFirmwareStatus.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/devices/DeviceFirmwareStatus.vue b/src/components/devices/DeviceFirmwareStatus.vue
index 7102b35..105a7b1 100644
--- a/src/components/devices/DeviceFirmwareStatus.vue
+++ b/src/components/devices/DeviceFirmwareStatus.vue
@@ -3,8 +3,8 @@
   <span class="status-tag pointer">
     <a-popconfirm
       :title="getTitle()"
-      ok-text="Yes"
-      cancel-text="No"
+      ok-text="确定"
+      cancel-text="取消"
       placement="left"
       @confirm="onFirmwareStatusClick(firmware)"
     >

--
Gitblit v1.9.3