From 782c17e2ee511239055d242dd972070487330c72 Mon Sep 17 00:00:00 2001 From: Leo_Ding <2405260743@qq.com> Date: Wed, 9 Jul 2025 14:25:00 +0800 Subject: [PATCH] 1 --- src/locales/lang/zh-CN/menu.js | 2 +- src/views/announcement/announcementList/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/lang/zh-CN/menu.js b/src/locales/lang/zh-CN/menu.js index 7564e4a..4e446b0 100644 --- a/src/locales/lang/zh-CN/menu.js +++ b/src/locales/lang/zh-CN/menu.js @@ -66,7 +66,7 @@ export default { order: '权益订单', points: '积分列表', activity: '活动列表', - productExChange: '产品兑换记录', + productExChange: '案场礼品兑换记录', houseProduct: '案场礼品', prizeDraw: '抽奖模块', lotteryRules: '抽奖规则', diff --git a/src/views/announcement/announcementList/index.vue b/src/views/announcement/announcementList/index.vue index a5aedf8..50fa620 100644 --- a/src/views/announcement/announcementList/index.vue +++ b/src/views/announcement/announcementList/index.vue @@ -131,7 +131,7 @@ const columns = [ { 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.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 } =