From 4a34a9897e68493ac2f9c5073c19edb92b580e62 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Thu, 22 Aug 2024 17:55:24 +0800
Subject: [PATCH] text:修改文本
---
gz-customerSystem/src/views/register/visit/component/keyVisits.jsx | 16 ++++++++++------
gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx | 10 ++++++----
2 files changed, 16 insertions(+), 10 deletions(-)
diff --git a/gz-customerSystem/src/views/register/visit/component/keyVisits.jsx b/gz-customerSystem/src/views/register/visit/component/keyVisits.jsx
index ed4cb16..6bf2281 100644
--- a/gz-customerSystem/src/views/register/visit/component/keyVisits.jsx
+++ b/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
diff --git a/gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx b/gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx
index cb63b27..8615c90 100644
--- a/gz-customerSystem/src/views/register/visit/component/visitorRegister.jsx
+++ b/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>
--
Gitblit v1.8.0