Compare commits
	
		
			2 Commits
		
	
	
		
			fe5a455b68
			...
			28f6893c68
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 28f6893c68 | |||
| d881a75e48 | 
| @@ -51,11 +51,13 @@ const tableColumns: DataTableColumns<any> = [ | ||||
|       ) | ||||
|     }, | ||||
|     maxWidth: 80, | ||||
|     ellipsis: true, | ||||
|   }, | ||||
|   { | ||||
|     title: 'Description', | ||||
|     key: 'description', | ||||
|     maxWidth: 180, | ||||
|     ellipsis: true, | ||||
|   }, | ||||
|   { | ||||
|     title: 'Expired At', | ||||
|   | ||||
| @@ -100,6 +100,7 @@ const tableColumns: DataTableColumns<any> = [ | ||||
|     title: 'Name', | ||||
|     key: 'name', | ||||
|     maxWidth: 180, | ||||
|     ellipsis: true, | ||||
|     render(row: any) { | ||||
|       return h( | ||||
|         NButton, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user