This commit is contained in:
Leo_Ding 2025-07-09 14:25:00 +08:00
parent 6815d7787c
commit 782c17e2ee
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ export default {
order: '权益订单', order: '权益订单',
points: '积分列表', points: '积分列表',
activity: '活动列表', activity: '活动列表',
productExChange: '品兑换记录', productExChange: '案场礼品兑换记录',
houseProduct: '案场礼品', houseProduct: '案场礼品',
prizeDraw: '抽奖模块', prizeDraw: '抽奖模块',
lotteryRules: '抽奖规则', lotteryRules: '抽奖规则',

View File

@ -131,7 +131,7 @@ const columns = [
{ title: t('pages.system.announcement.form.content'), dataIndex: 'content', width: 240 }, { title: t('pages.system.announcement.form.content'), dataIndex: 'content', width: 240 },
{ title: t('pages.system.announcement.form.status'), key: 'status', dataIndex: 'status', width: 120 }, { title: t('pages.system.announcement.form.status'), key: 'status', dataIndex: 'status', width: 120 },
{ title: t('pages.system.announcement.form.areaId'), key: 'areaId', dataIndex: 'areaId', width: 120 }, { title: t('pages.system.announcement.form.areaId'), key: 'areaId', dataIndex: 'areaId', width: 120 },
{ title: t('button.action'), key: 'action', fixed: 'right', width: 120 }, { title: t('button.action'), key: 'action', fixed: 'right', width:80,align:'center'},
] ]
const { listData, loading, showLoading, hideLoading, paginationState, searchFormData, resetPagination } = const { listData, loading, showLoading, hideLoading, paginationState, searchFormData, resetPagination } =