@@ -17,5 +20,7 @@ defineProps({
default: ''
}
})
+const slots = useSlots()
+const slotTitle = computed(() => slots?.title)
diff --git a/src/views/workbench/components/rank-list-dialog.vue b/src/views/workbench/components/rank-list-dialog.vue
new file mode 100644
index 0000000..d7cb2a5
--- /dev/null
+++ b/src/views/workbench/components/rank-list-dialog.vue
@@ -0,0 +1,162 @@
+
+
+
+
+
+ {{ item.name + '业绩排名榜' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/workbench/components/rank.vue b/src/views/workbench/components/rank.vue
index 9f4a654..c2a9fea 100644
--- a/src/views/workbench/components/rank.vue
+++ b/src/views/workbench/components/rank.vue
@@ -1,7 +1,17 @@
+
+
+
+ {{ item.name + 'TOP5' }}
+
+
+
+ 查看更多
+
+
+
+
-
+
+