forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-08-22 4a34a9897e68493ac2f9c5073c19edb92b580e62
text:修改文本
2 files modified
26 ■■■■■ changed files
gz-customerSystem/src/views/register/visit/component/keyVisits.jsx 16 ●●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx 10 ●●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/visit/component/keyVisits.jsx
@@ -30,8 +30,12 @@
        number: 3
      },
      {
        name: '被申请方当事人',
        number: 8
        name: '被申请方代理人',
        number: 1
      },
      {
        name: '被申请方代理人',
        number: 2
      },
      {
        name: '被申请方代理人',
@@ -68,7 +72,7 @@
  // 列配置
  const fakeColumns = [
    {
      title: '来访时间',
      title: '时间',
      dataIndex: 'expireTime',
      key: 'expireTime',
      defaultSortOrder: 'descend',
@@ -76,7 +80,7 @@
      sorter: (a, b) => a.age - b.age,
    },
    {
      title: '渠道',
      title: '数据来源',
      dataIndex: 'judicNo',
      key: 'judicNo',
    },
@@ -147,7 +151,7 @@
      </Space>
      <Col span={24} style={{ display: 'flex', alignItems: 'center', marginBottom: '16px' }}>
        <Space size='small'>
          <div className='MediationInfo-subTitle' ></div><span style={{ fontWeight: '600' }}>重复来访记录</span>
          <div className='MediationInfo-subTitle' ></div><span style={{ fontWeight: '600' }}>反映诉求记录</span>
        </Space>
      </Col>
      <div style={{marginBottom: '16px'}}>
@@ -156,7 +160,7 @@
          return <span>{index !== 0 && '、'}{item.name}<span style={{ color: '#1a6fb8' }}>{item.number}</span>次</span>
        })}</div>
        <div><span>来访身份:</span>{visitMap.identityList.map((item, index) => {
          return <span>{index !== 0 && '、'}作为{item.name}:<span style={{ color: '#1a6fb8' }}>{item.number}</span>次</span>
          return <span>{index !== 0 && '、'}{item.name}:<span style={{ color: '#1a6fb8' }}>{item.number}</span>次</span>
        })}</div>
      </div>
      <TableView
gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx
@@ -561,14 +561,16 @@
              />
            </FormItem>
          </Col>
          <div style={{ marginLeft: '16px', padding: '12px 16px', backgroundColor: '#F2F3F5', borderRadius: '2px', marginTop: '4px',display:'flex',alignItems:'center' }}>
          <div style={{ marginLeft: '16px', padding: '12px 16px', backgroundColor: '#F2F3F5', borderRadius: '2px', marginTop: '4px', display: 'flex', alignItems: 'center' }}>
            <FormItem
              label='是否重大矛盾纠纷'
              style={{ marginBottom: '-20px' }}
              style={{ width: '300px', marginBottom: 0 }}
              field='isSerious'
              // layout='inline'
              layout='horizontal'
              labelCol={{ span: 11 }}
              wrapperCol={{ span: 13 }}
            >
              <RadioGroup options={['否', '是']} style={{ marginBottom: 20 }} />
              <RadioGroup options={['否', '是']}  />
            </FormItem>
          </div>
        </Row>