浏览代码

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

pandaiiz 5 年之前
父节点
当前提交
7600cabd9c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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' }