|
|
@@ -27,6 +27,7 @@ import { defineComponent, watchEffect } from 'vue';
|
|
|
import filterCustomTable from '../../components/filterTable/index.vue';
|
|
|
import { QueryActualExposure, QueryActualExposureDetail, QueryAutualExposurePosition } from '@/services/go/ermcp/exposure/index';
|
|
|
import { ErmcpRealExposureModel } from '@/services/go/ermcp/exposure/interface';
|
|
|
+import BtnList from '@/common/components/buttonList/index.vue';
|
|
|
import Description from '@/common/components/description/index.vue';
|
|
|
import { queryTableList } from '@/common/setup/table';
|
|
|
import { ComposeTableDetailParam } from '@/common/setup/table/interface';
|
|
|
@@ -47,7 +48,7 @@ export default defineComponent({
|
|
|
const param: ComposeTableDetailParam = {
|
|
|
queryFn: queryTableAction, // 查询表格数据
|
|
|
tableName: 'table_pcweb_exposure', // 表头key
|
|
|
- tableFilterKey: [], // 表格过滤字段
|
|
|
+ tableFilterKey: ['MiddleGoodsName'], // 表格过滤字段
|
|
|
};
|
|
|
const {
|
|
|
visible,
|