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