feat(supervision): 反馈表格按状态整行着色与台账统一

This commit is contained in:
wsm
2026-08-19 14:41:31 +08:00
parent 44e12e2240
commit 226a418ca6
14 changed files with 72 additions and 0 deletions
@@ -123,6 +123,7 @@
:pagination="false"
:scroll="{ x: 1800 }"
:loading="feedbackLoading"
:rowClassName="feedbackStatusRowClassName"
>
<template #bodyCell="{ column, record: feedbackRecord }">
<template v-if="column.key === 'attachments'">
@@ -149,6 +150,7 @@
import { bgTakepulseFeedbackList } from '../BgTakepulse.api';
import type { BasicColumn } from '/@/components/Table';
import { countFeedbackStatus } from '/@/views/bg/utils/feedbackStatusCount';
import { feedbackStatusRowClassName } from '/@/views/bg/utils/feedbackStatusRender';
const visible = ref(false);
const title = ref('详情');