mirror of
				https://github.com/continew-org/continew-admin-ui.git
				synced 2025-10-31 22:57:15 +08:00 
			
		
		
		
	style: 修复消息列表列定义拼写错误
This commit is contained in:
		| @@ -82,7 +82,7 @@ const { | |||||||
|   handleDelete, |   handleDelete, | ||||||
| } = useTable((page) => listMessage({ ...queryForm, ...page }), { immediate: true }) | } = useTable((page) => listMessage({ ...queryForm, ...page }), { immediate: true }) | ||||||
|  |  | ||||||
| const columns: TableInstance['collumns'] = [ | const columns: TableInstance['columns'] = [ | ||||||
|   { |   { | ||||||
|     title: '序号', |     title: '序号', | ||||||
|     width: 66, |     width: 66, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user