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