Kaynağa Gözat

union style

EthnaYeh 7 yıl önce
ebeveyn
işleme
9ea3cb9717
3 değiştirilmiş dosya ile 5968 ekleme ve 2 silme
  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,7 +17,7 @@ const app = {
17 17
     }
18 18
   },
19 19
   actions: {
20
-    ToggleSideBar: ({ commit }) => {
20
+    ToggleSideBar({ commit }) {
21 21
       commit('TOGGLE_SIDEBAR')
22 22
     }
23 23
   }

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

@@ -26,7 +26,7 @@
26 26
           <el-tag :type="scope.row.status | statusFilter">{{scope.row.status}}</el-tag>
27 27
         </template>
28 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 30
         <template scope="scope">
31 31
           <i class="el-icon-time"></i>
32 32
           <span>{{scope.row.display_time}}</span>

Dosya farkı çok büyük olduğundan ihmal edildi
+ 5966 - 0
yarn.lock