guhongwei 4 năm trước cách đây
mục cha
commit
194acb8f99
1 tập tin đã thay đổi với 8 bổ sung1 xóa
  1. 8 1
      src/views/company/index.vue

+ 8 - 1
src/views/company/index.vue

@@ -1,6 +1,13 @@
 <template>
   <div id="index">
-    <p>index</p>
+    <el-row>
+      <el-col :span="24" class="main">
+        <breadcrumb :breadcrumbTitle="this.$route.meta.title"></breadcrumb>
+        <el-col :span="24" class="container">
+          设置
+        </el-col>
+      </el-col>
+    </el-row>
   </div>
 </template>