新增头条内容

This commit is contained in:
liaozetao
2024-06-12 12:24:58 +08:00
parent 4e9dbb6622
commit daa04b9269

View File

@@ -56,6 +56,7 @@ export default {
{ field: 'partitionDesc', title: '所属地区', align: 'center', width: '15%' },
{ field: 'payMoneyNum', title: '付费金额(金币)', align: 'center', width: '15%' },
{ field: 'createTime', title: '付费日期', align: 'center', width: '15%' },
{ field: 'content', title: '头条内容', align: 'center', width: '15%' },
],
};
},