From ad70f145e8bea957b41043b4a1e37ce37cc5ed1e Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 16 一月 2024 18:39:24 +0800
Subject: [PATCH] 指标完成

---
 src/components/Regular/index.vue |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/components/Regular/index.vue b/src/components/Regular/index.vue
index f9f20de..58e60ca 100644
--- a/src/components/Regular/index.vue
+++ b/src/components/Regular/index.vue
@@ -53,6 +53,7 @@
             type="success"
             v-for="crux in dynamiccruxs"
             closable
+            effect="dark"
             :disable-transitions="false"
             @close="handleClosecrux(crux)"
           >
@@ -64,6 +65,7 @@
             @change="handleInputConfirm"
             filterable
             remote
+            allow-create
             reserve-keyword
             default-first-option
             :loading="loading"
@@ -93,6 +95,7 @@
             type="warning"
             v-for="crux in nodynamiccruxs"
             closable
+            effect="dark"
             :disable-transitions="false"
             @close="handleClosecrux(crux)"
           >
@@ -104,6 +107,7 @@
             @change="handleInputConfirm"
             filterable
             remote
+            allow-create
             reserve-keyword
             default-first-option
             :loading="loading"
@@ -264,6 +268,9 @@
       this.whether = 2;
       console.log(2);
     },
+    handleSelectionChange(selection) {
+      $emit("handleSelectionChange", selection);
+    },
   },
 };
 </script>

--
Gitblit v1.9.3