Browse Source

title写成table了,导致操作2字没有显示出来

pandaiiz 5 years ago
parent
commit
7600cabd9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/other/TreeList.vue

+ 1 - 1
src/views/other/TreeList.vue

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