正在显示
2 个修改的文件
包含
38 行增加
和
0 行删除
src/views/airtransport/gongtui.vue
0 → 100644
1 | +<template> | ||
2 | + <el-row :gutter="20"> | ||
3 | + <el-col :span="6"><div class="grid-content bg-purple"></div></el-col> | ||
4 | + <el-col :span="6"><div class="grid-content bg-purple"></div></el-col> | ||
5 | + <el-col :span="6"><div class="grid-content bg-purple"></div></el-col> | ||
6 | + <el-col :span="6"><div class="grid-content bg-purple"></div></el-col> | ||
7 | + </el-row> | ||
8 | +</template> | ||
9 | +<script> | ||
10 | + export default { | ||
11 | + data(){ | ||
12 | + return{ | ||
13 | + | ||
14 | + } | ||
15 | + }, | ||
16 | + methods:{} | ||
17 | + } | ||
18 | +</script> |
src/views/airtransport/zaigang.vue
0 → 100644
1 | +<template> | ||
2 | + <el-row :gutter="20"> | ||
3 | + <el-col :span="6"><div class="grid-content bg-purple"></div></el-col> | ||
4 | + <el-col :span="6"><div class="grid-content bg-purple"></div></el-col> | ||
5 | + <el-col :span="6"><div class="grid-content bg-purple"></div></el-col> | ||
6 | + <el-col :span="6"><div class="grid-content bg-purple"></div></el-col> | ||
7 | + </el-row> | ||
8 | +</template> | ||
9 | +<script> | ||
10 | + export default { | ||
11 | + data(){ | ||
12 | + return{ | ||
13 | + | ||
14 | + } | ||
15 | + }, | ||
16 | + methods:{ | ||
17 | + | ||
18 | + } | ||
19 | + } | ||
20 | +</script> |
-
请 注册 或 登录 后发表评论