From f1c21b8e3dcfe6c561f332a61364d1c2e2952b0e Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 27 Apr 2021 08:55:59 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue
---
src/views/security/security.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/security/security.vue b/src/views/security/security.vue
index 7787fd2..86c5c0b 100644
--- a/src/views/security/security.vue
+++ b/src/views/security/security.vue
@@ -118,11 +118,11 @@
prop: "online_status",
dicData: [{
label: "离线",
- value: 0
+ value: "0"
},
{
label: "在线",
- value: 1
+ value: "1"
},
],
},
--
Gitblit v1.9.3