From fae5df1d3f1ae875ac546cacfb4744b2e8230ca2 Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期一, 29 七月 2024 11:07:24 +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