样式修改

This commit is contained in:
yanran200730
2023-08-08 10:37:07 +08:00
parent 1359688af8
commit e850bd9f3b
2 changed files with 63 additions and 42 deletions

View File

@@ -46,7 +46,7 @@
return {
colConfigs: [
{ prop: 'title', label: '标题', align: 'left' },
{ prop: 'isFavorite', label: '是否收藏', align: 'center', format: v => v === '0' ? '否' : '是' },
{ prop: 'createTime', label: '发布时间', align: 'center' },
],
tableData: [],
total: 0,