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
@@ -80,6 +80,7 @@
:pagination="false"
:scroll="{ x: 1500 }"
:loading="feedbackLoading"
:rowClassName="feedbackStatusRowClassName"
>
<template #bodyCell="{ column, record: fb }">
<template v-if="column.key === 'action'">
@@ -109,6 +110,7 @@
import SUploadFile from '/@/components/semri/fileComponent/SUploadFile.vue';
import BgXiSpeakFeedbackDetailModal from './BgXiSpeakFeedbackDetailModal.vue';
import { bgXiSpeakFeedbackList } from '../BgXiSpeak.api';
import { feedbackStatusRowClassName } from '/@/views/bg/utils/feedbackStatusRender';
import type { BasicColumn } from '/@/components/Table';
const visible = ref(false);