forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-11 c25bde50c087f7814d88533b46772f94c3373c82
gz-customerSystem/src/views/register/matterDetail/index.jsx
@@ -160,7 +160,9 @@
            </Space>
          </Col>
          <FileTable mainId={props.caseId} fileInfoList={infoData.fileInfoList} isReview={true}/>
          <Col span={24} className='title'>
          {infoData?.canalName === '大厅来访' &&
            <>
              <Col span={24} style={{ marginTop: '12px' }}>
            <Space size='small'>
              <div className='MediationInfo-subTitle' style={{ marginTop: '-9px' }}></div><h5>登记信息</h5>
            </Space>
@@ -183,6 +185,8 @@
              <div>{infoData.createTime || '-'}</div>
            </Col>
          </Row>
            </>
          }
          {/* {props.hasEditBtn && <Button type='primary' style={{ marginTop: '20px' }}>修改</Button>} */}
        </div>