@@ -34,11 +34,12 @@
show-word-limit
/>
-
-
-
-
+
-
- {{ item.name }}
+
+
+ {{ item.name }}
+
+
+
-
-
+
+
@@ -131,13 +146,21 @@
+
diff --git a/ui/src/views/application/index.vue b/ui/src/views/application/index.vue
index 85f720eb3..a77815679 100644
--- a/ui/src/views/application/index.vue
+++ b/ui/src/views/application/index.vue
@@ -128,9 +128,9 @@ function getList() {
.getApplication(pageConfig)
.then((res) => {
const list = res.data?.records
- list.map((item) => {
+ list.map((item: any) => {
applicationList.value.push({
- value:item.provider,
+ value: item.provider,
label: item.name
})
})