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
@@ -19,6 +19,7 @@
:dataSource="feedbackTableData"
:loading="loading"
:pagination="false"
:rowClassName="feedbackStatusRowClassName"
:bordered="false"
>
<template #bodyCell="{ column, record }">
@@ -44,6 +45,7 @@
import JModal from '/@/components/Modal/src/JModal/JModal.vue';
import SUploadFile from '/@/components/semri/fileComponent/SUploadFile.vue';
import { list } from '../DqInspectProgress.api';
import { feedbackStatusRowClassName } from '/@/views/bg/utils/feedbackStatusRender';
const visible = ref(false);
const loading = ref(false);