From 6d453537c8acf92ea5d9decbf6744df07f00efb1 Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期六, 03 八月 2024 22:29:25 +0800
Subject: [PATCH] 智能体管理的页面开发和功能开发

---
 src/views/authority/resource/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/authority/resource/index.vue b/src/views/authority/resource/index.vue
index 38f1e06..3efc9c1 100644
--- a/src/views/authority/resource/index.vue
+++ b/src/views/authority/resource/index.vue
@@ -107,15 +107,15 @@
 // 0鐩綍 1鑿滃崟 2鎸夐挳
 let options = ref([
   {
-    key: "0",
+    key: "3",
     value: "鐩綍"
   },
   {
-    key: "1",
+    key: "0",
     value: "鑿滃崟"
   },
   {
-    key: "2",
+    key: "1",
     value: "鎸夐挳"
   }
 ]);

--
Gitblit v1.8.0