From 4fdfacbe067d10cc1adfe5a9a3f9ea4495ba5f4d Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期四, 01 八月 2024 19:09:43 +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