mirror of
				https://github.com/continew-org/continew-admin-ui.git
				synced 2025-11-04 10:57:08 +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