We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6dd50 commit 25bec61Copy full SHA for 25bec61
src/views/user/message/components/MyMessage.vue
@@ -82,7 +82,7 @@ const {
82
handleDelete,
83
} = useTable((page) => listMessage({ ...queryForm, ...page }), { immediate: true })
84
85
-const columns: TableInstance['collumns'] = [
+const columns: TableInstance['columns'] = [
86
{
87
title: '序号',
88
width: 66,
0 commit comments