fix: 后台展示投诉记录与我的处罚分项图标

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-21 04:15:49 +08:00
parent 87121ffebc
commit f41145bc0d

View File

@@ -100,7 +100,7 @@
<el-card class="section-card" shadow="never"> <el-card class="section-card" shadow="never">
<template #header><strong>打手中心-我的页图标</strong></template> <template #header><strong>打手中心-我的页图标</strong></template>
<p class="hint">订单区、交易明细、好友邀请、快手提现、复制/编辑、切片横幅、罚单提示等。</p> <p class="hint">订单区、交易明细、好友邀请、快手、投诉记录、我的处罚等(投诉与处罚须分开上传)。</p>
<div class="icon-grid"> <div class="icon-grid">
<div v-for="item in fighterMinePageIcons" :key="item.icon_key" class="icon-cell"> <div v-for="item in fighterMinePageIcons" :key="item.icon_key" class="icon-cell">
<div class="icon-label">{{ item.label }}</div> <div class="icon-label">{{ item.label }}</div>
@@ -241,6 +241,7 @@ const FIGHTER_MINE_PAGE_KEYS = new Set([
'fighter_trade_commission', 'fighter_trade_withdraw', 'fighter_trade_settle', 'fighter_trade_deduct', 'fighter_trade_recharge', 'fighter_trade_commission', 'fighter_trade_withdraw', 'fighter_trade_settle', 'fighter_trade_deduct', 'fighter_trade_recharge',
'fighter_invite_subordinate', 'fighter_invite_poster', 'fighter_invite_code', 'fighter_invite_subordinate', 'fighter_invite_poster', 'fighter_invite_code',
'fighter_kuaishou_cash', 'fighter_follow_kuaishou', 'fighter_kuaishou_cash', 'fighter_follow_kuaishou',
'fighter_complaint_record', 'fighter_mine_punish',
'fighter_mine_copy', 'fighter_mine_edit', 'fighter_mine_qiepian', 'fighter_mine_penalty_tip', 'fighter_mine_copy', 'fighter_mine_edit', 'fighter_mine_qiepian', 'fighter_mine_penalty_tip',
]) ])
const posterIcons = computed(() => icons.value.filter((i) => POSTER_KEYS.has(i.icon_key))) const posterIcons = computed(() => icons.value.filter((i) => POSTER_KEYS.has(i.icon_key)))