瀏覽代碼

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

littleblue55 1 月之前
父節點
當前提交
9fc007f44d
共有 2 個文件被更改,包括 10 次插入0 次删除
  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>