From feb1bc83e9d2e2b57fef8bdafaa2e24a43fec96c Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期五, 02 八月 2024 12:11:17 +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