瀏覽代碼

fix:List.vue key name

kokoroli 6 年之前
父節點
當前提交
7403cf60aa
共有 1 個文件被更改,包括 1 次插入1 次删除
  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' }