From d6270296f0f5c816fdc36557043e9d7c8d15d2f7 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 20 十月 2021 16:58:44 +0800
Subject: [PATCH] 2021-10-20

---
 src/templates/zshare/unattended/settingform/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/templates/zshare/unattended/settingform/index.jsx b/src/templates/zshare/unattended/settingform/index.jsx
index 6549c4a..017efa0 100644
--- a/src/templates/zshare/unattended/settingform/index.jsx
+++ b/src/templates/zshare/unattended/settingform/index.jsx
@@ -92,8 +92,8 @@
                 initialValue: autoMatic.onSuccess || 'stay',
               })(
                 <Radio.Group>
-                  <Radio value="stay">褰撳墠琛�</Radio>
                   <Radio value="next">涓嬩竴琛�</Radio>
+                  <Radio value="stay">褰撳墠琛�</Radio>
                 </Radio.Group>
               )}
             </Form.Item>
@@ -109,9 +109,9 @@
                 initialValue: autoMatic.onFail || 'stop',
               })(
                 <Radio.Group>
-                  <Radio value="stop">鍋滄</Radio>
                   <Radio value="next">涓嬩竴琛�</Radio>
                   <Radio value="stay">褰撳墠琛�</Radio>
+                  <Radio value="stop">鍋滄</Radio>
                 </Radio.Group>
               )}
             </Form.Item>

--
Gitblit v1.8.0