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