Compare commits
2 Commits
c7e191f096
...
cf19b56b6d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf19b56b6d | ||
|
|
05f9c02517 |
Binary file not shown.
@ -108,16 +108,16 @@ const columns = [
|
||||
return row.created_at ? formatDate(row.created_at) : '-'
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '备注',
|
||||
key: 'notes',
|
||||
align: 'center',
|
||||
width: 120,
|
||||
ellipsis: { tooltip: true },
|
||||
render(row) {
|
||||
return row.notes || '-'
|
||||
},
|
||||
},
|
||||
// {
|
||||
// title: '备注',
|
||||
// key: 'notes',
|
||||
// align: 'center',
|
||||
// width: 120,
|
||||
// ellipsis: { tooltip: true },
|
||||
// render(row) {
|
||||
// return row.notes || '-'
|
||||
// },
|
||||
// },
|
||||
{
|
||||
title: '剩余体验次数',
|
||||
key: 'remaining_count',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user