Skip to content

Commit 7403cf6

Browse files
committed
fix:List.vue key name
1 parent 4718af9 commit 7403cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/list/table/List.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export default {
163163
sorter: true
164164
},
165165
{
166-
table: '操作',
166+
title: '操作',
167167
dataIndex: 'action',
168168
width: '150px',
169169
scopedSlots: { customRender: 'action' }

0 commit comments

Comments
 (0)