Explorar el Código

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

littleblue55 hace 1 mes
padre
commit
9fc007f44d
Se han modificado 2 ficheros con 10 adiciones y 0 borrados
  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>