Sfoglia il codice sorgente

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

pandaiiz 5 anni fa
parent
commit
7600cabd9c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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' }