Browse Source

创建同比增速页面和企业匹配度页面

littleblue55 1 month ago
parent
commit
9fc007f44d
2 changed files with 10 additions and 0 deletions
  1. 5 0
      src/views/growthRate/index.vue
  2. 5 0
      src/views/match/index.vue

+ 5 - 0
src/views/growthRate/index.vue

@@ -0,0 +1,5 @@
+<template>
+    <div class="">
+        同比增速
+    </div>
+</template>

+ 5 - 0
src/views/match/index.vue

@@ -0,0 +1,5 @@
+<template>
+    <div class="match">
+        匹配度
+    </div>
+</template>