feat(supervision): 反馈表格按状态整行着色与台账统一
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user