From 55fcb97a3d487f54353564f1e402e4d4b61feee9 Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Tue, 12 Mar 2024 17:54:05 +0800
Subject: [PATCH] update:kmz/json转换、kmz打包后无法解析等
---
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