wxy 4 years ago
parent
commit
251e2f7c10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/market/parts/pantent.vue

+ 1 - 1
src/views/market/parts/pantent.vue

@@ -4,8 +4,8 @@
       <el-col :span="24" class="pantent">
         <el-col :span="24" class="list" v-for="(item, index) in pantentList" :key="index">
           <el-col :span="24" class="title textOver">{{ item.title }}</el-col>
-          <el-col :span="12" class="time textOver">时间:{{ item.time }}</el-col>
           <el-col :span="12" class="type textOver">类型:{{ item.type }}</el-col>
+          <el-col :span="12" class="time textOver">时间:{{ item.time }}</el-col>
         </el-col>
       </el-col>
       <el-backtop :bottom="50" :right="10"> </el-backtop>