From 0a81ff5257909cac9534b40b806484240c384f4d Mon Sep 17 00:00:00 2001 From: xusd <330628789@qq.com> Date: Fri, 04 Jul 2025 14:27:56 +0800 Subject: [PATCH] fix:全流程督办;结案审核查看结案信息;纠纷类型调整 --- src/views/windowDetail/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/windowDetail/index.jsx b/src/views/windowDetail/index.jsx index 9b6d1a3..9c05728 100644 --- a/src/views/windowDetail/index.jsx +++ b/src/views/windowDetail/index.jsx @@ -495,7 +495,7 @@ return <ApplyInfo caseId={caseId} /> } if (key === 'dslxq' || key === 'sxxq') { - return <EventFlow listFeedback={list} windowDetail={true} authorType={key} authorData={{ buttonList: [] }} caseId={caseId} caseTaskId={caseTaskId} moutedTab={moutedTab} /> + return <EventFlow listFeedback={list} windowDetail={true} authorType={key} authorData={{ buttonList: [{ id: 'db', name: '督办' }] }} caseId={caseId} caseTaskId={caseTaskId} moutedTab={moutedTab} /> } if (key === 'sfqr') { return <div style={{ backgroundColor: '#ffff', margin: '0 16px 0px 16px', padding: '12px', marginTop: '8px' }}> -- Gitblit v1.8.0