panyong 3 anni fa
parent
commit
fe79325112
1 ha cambiato i file con 15 aggiunte e 2 eliminazioni
  1. 15 2
      htmldev/dashboard/src/views/place/list/index.vue

+ 15 - 2
htmldev/dashboard/src/views/place/list/index.vue

@@ -17,16 +17,29 @@
     </div>
     <!--预约日期-->
     <!--座位类型列表-->
+    <van-tabs>
+      <van-tab
+        v-for="(item, index) in placeList"
+        :title="'标签 ' + index"
+        :key="index">
+        内容 {{ index }}
+      </van-tab>
+    </van-tabs>
   </div>
 </template>
 
 <script>
+import { Tabs, Tab } from 'vant'
+
 export default {
   name: 'index',
-  components: {},
+  components: {
+    'van-tabs': Tabs,
+    'van-tab': Tab
+  },
   data () {
     return {
-      Matchs: [
+      placeList: [
         {
           id: 1,
           week: '今日',