Browse Source

fix:List.vue key name

kokoroli 6 năm trước cách đây
mục cha
commit
7403cf60aa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/list/table/List.vue

+ 1 - 1
src/views/list/table/List.vue

@@ -163,7 +163,7 @@ export default {
           sorter: true
         },
         {
-          table: '操作',
+          title: '操作',
           dataIndex: 'action',
           width: '150px',
           scopedSlots: { customRender: 'action' }