From 0c330d5538b5158fbb86374cea2f2344c1df77be Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Wed, 11 Sep 2024 12:33:48 +0800 Subject: [PATCH] 修改 --- gz-customerSystem/src/views/register/matterDetail/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gz-customerSystem/src/views/register/matterDetail/index.jsx b/gz-customerSystem/src/views/register/matterDetail/index.jsx index e918634..72740c8 100644 --- a/gz-customerSystem/src/views/register/matterDetail/index.jsx +++ b/gz-customerSystem/src/views/register/matterDetail/index.jsx @@ -151,7 +151,7 @@ </Col> <Col span={16}> <div className="title"><div className="title-text">是否重大矛盾纠纷</div></div> - <div>{infoData.majorStatus === '0' ? '否' : infoData.majorStatus === '1' ? '是' : '-'}</div> + <div>{infoData.majorStatus === '1' ? '是' : '否'}</div> </Col> </Row> <Col span={24} style={{ display: 'flex', alignItems: 'center', marginBottom: '8px', marginTop: '20px' }}> @@ -160,7 +160,7 @@ </Space> </Col> <FileTable mainId={props.caseId} fileInfoList={infoData.fileInfoList} isReview={true} /> - {infoData?.canalName === '大厅来访' && + {infoData?.canal === '22_00001-1' && <> <Col span={24} style={{ marginTop: '12px' }}> <Space size='small'> -- Gitblit v1.8.0