Browse Source

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

littleblue55 1 tháng trước cách đây
mục cha
commit
9fc007f44d
2 tập tin đã thay đổi với 10 bổ sung0 xóa
  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>