diff --git a/src/config/final.ts b/src/config/final.ts index 2b6a2e5..2df2d66 100644 --- a/src/config/final.ts +++ b/src/config/final.ts @@ -1,5 +1,5 @@ import type { AsideEntity } from './aside' -import { IzApprovalStatus, IzProjectVue, IzStatus, IztaskrromVue, PictureDownloadVue, PlanVue, ReportUserVue, TimeVue, IzCustomname, IzCustomtype, IzVisitcity, IzCustomlevel, IzProjecttype, IzProductVue, IzvisitproVue, IzfirmVue } from '@/views/home/aside/comp/items' +import { IzApprovalStatus, IzCustomlevel, IzCustomname, IzCustomtype, IzProductVue, IzProjectVue, IzProjecttype, IzShowAll, IzStatus, IzVisitcity, IzfirmVue, IztaskrromVue, IzvisitproVue, PictureDownloadVue, PlanVue, ReportUserVue, TimeVue } from '@/views/home/aside/comp/items' export interface RowData { id: string @@ -125,12 +125,11 @@ export const asideMap: Recordable = { defaultValue: true, isDefaultFilter: false, key: 'izshowall', - component: PictureDownloadVue, + component: IzShowAll, inFilterList: false, }, } - // 审批添加筛选配置 (左侧) export const asideTaskMap: Recordable = { izstatus: { @@ -194,7 +193,7 @@ export const asideTaskMap: Recordable = { defaultValue: null, isDefaultFilter: true, key: 'izcustomlevel', - component: IzCustomlevel + component: IzCustomlevel, }, izprojecttype: { label: '项目类别', @@ -223,5 +222,5 @@ export const asideTaskMap: Recordable = { isDefaultFilter: true, key: 'izfirm', component: IzfirmVue, - } -} \ No newline at end of file + }, +} diff --git a/src/views/final/content/Content.vue b/src/views/final/content/Content.vue index c68aa93..4d58076 100644 --- a/src/views/final/content/Content.vue +++ b/src/views/final/content/Content.vue @@ -1,6 +1,6 @@