Compare commits
No commits in common. "cf19b56b6d13bdf262ae08c8dbc93fca0b91e3e0" and "c7e191f0967f277213bb5539408b9f3b941bacf9" have entirely different histories.
cf19b56b6d
...
c7e191f096
Binary file not shown.
@ -108,16 +108,16 @@ const columns = [
|
|||||||
return row.created_at ? formatDate(row.created_at) : '-'
|
return row.created_at ? formatDate(row.created_at) : '-'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// title: '备注',
|
title: '备注',
|
||||||
// key: 'notes',
|
key: 'notes',
|
||||||
// align: 'center',
|
align: 'center',
|
||||||
// width: 120,
|
width: 120,
|
||||||
// ellipsis: { tooltip: true },
|
ellipsis: { tooltip: true },
|
||||||
// render(row) {
|
render(row) {
|
||||||
// return row.notes || '-'
|
return row.notes || '-'
|
||||||
// },
|
},
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
title: '剩余体验次数',
|
title: '剩余体验次数',
|
||||||
key: 'remaining_count',
|
key: 'remaining_count',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user