EthnaYeh 7 年 前
コミット
9ea3cb9717
共有3 個のファイルを変更した5968 個の追加2 個の削除を含む
  1. 1 1
      src/store/modules/app.js
  2. 1 1
      src/views/table/index.vue
  3. 5966 0
      yarn.lock

+ 1 - 1
src/store/modules/app.js

17
     }
17
     }
18
   },
18
   },
19
   actions: {
19
   actions: {
20
-    ToggleSideBar: ({ commit }) => {
20
+    ToggleSideBar({ commit }) {
21
       commit('TOGGLE_SIDEBAR')
21
       commit('TOGGLE_SIDEBAR')
22
     }
22
     }
23
   }
23
   }

+ 1 - 1
src/views/table/index.vue

26
           <el-tag :type="scope.row.status | statusFilter">{{scope.row.status}}</el-tag>
26
           <el-tag :type="scope.row.status | statusFilter">{{scope.row.status}}</el-tag>
27
         </template>
27
         </template>
28
       </el-table-column>
28
       </el-table-column>
29
-      <el-table-column align="center" prop="created_at" label="Display_time" width="200">
29
+      <el-table-column align="center" prop="display_time" label="Display_time" width="200">
30
         <template scope="scope">
30
         <template scope="scope">
31
           <i class="el-icon-time"></i>
31
           <i class="el-icon-time"></i>
32
           <span>{{scope.row.display_time}}</span>
32
           <span>{{scope.row.display_time}}</span>

File diff suppressed because it is too large
+ 5966 - 0
yarn.lock