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