From 60916ec07b71d194e72bf938d5c2fc6a256e6293 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 11 七月 2025 13:44:42 +0800
Subject: [PATCH] 1.采购管理-来票登记,编辑试本次来票金额也可以填写,互相计算

---
 src/components/IconSelect/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/IconSelect/index.vue b/src/components/IconSelect/index.vue
index 26172fc..3bb177f 100644
--- a/src/components/IconSelect/index.vue
+++ b/src/components/IconSelect/index.vue
@@ -30,11 +30,11 @@
   activeIcon: {
     type: String
   }
-});
+})
 
-const iconName = ref('');
-const iconList = ref(icons);
-const emit = defineEmits(['selected']);
+const iconName = ref('')
+const iconList = ref(icons)
+const emit = defineEmits(['selected'])
 
 function filterIcons() {
   iconList.value = icons

--
Gitblit v1.9.3