From bf4cb195c34e79dae5576b21a215118b7ef1357f Mon Sep 17 00:00:00 2001
From: yz3456 <2753272399@qq.com>
Date: 星期四, 11 七月 2024 21:33:39 +0800
Subject: [PATCH] 修改了bug和用户管理配偶显示问题

---
 ruoyi-ui/src/views/selfeconomy/index.vue |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/ruoyi-ui/src/views/selfeconomy/index.vue b/ruoyi-ui/src/views/selfeconomy/index.vue
index be926cd..a7c3ccd 100644
--- a/ruoyi-ui/src/views/selfeconomy/index.vue
+++ b/ruoyi-ui/src/views/selfeconomy/index.vue
@@ -584,13 +584,18 @@
             label: '鍚�',
           }],
         typeOptions1: [{
-          value: '鍙樻洿',
-          label: '鍙樻洿',
-        },
+            value: '鍙樻洿',
+            label: '鍙樻洿',
+          },
           {
             value: '娉ㄩ攢',
             label: '娉ㄩ攢',
-          }],
+          },
+          {
+            value: '璐拱',
+            label: '璐拱',
+          },
+          ],
       };
     },
     created() {

--
Gitblit v1.9.1