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) : '-' 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',