Compare commits

..

No commits in common. "cf19b56b6d13bdf262ae08c8dbc93fca0b91e3e0" and "c7e191f0967f277213bb5539408b9f3b941bacf9" have entirely different histories.

2 changed files with 10 additions and 10 deletions

Binary file not shown.

View File

@ -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',