去除log
This commit is contained in:
parent
2f880d0bd6
commit
5a9e92e06d
@ -59,7 +59,7 @@ export default function CONTRACT() {
|
|||||||
dataIndex: 'index',
|
dataIndex: 'index',
|
||||||
key: 'index',
|
key: 'index',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 100,
|
width: 90,
|
||||||
render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始
|
render: (_text, _record, index) => (page - 1) * 10 + index + 1, // 显示序号,从1开始
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -78,7 +78,7 @@ export default function CONTRACT() {
|
|||||||
dataIndex: 'firstPartyPhone',
|
dataIndex: 'firstPartyPhone',
|
||||||
key: 'firstPartyPhone',
|
key: 'firstPartyPhone',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 320
|
width: 120
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '联系地址',
|
title: '联系地址',
|
||||||
@ -94,14 +94,14 @@ export default function CONTRACT() {
|
|||||||
dataIndex: 'gmtCreate',
|
dataIndex: 'gmtCreate',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
key: 'gmtCreate',
|
key: 'gmtCreate',
|
||||||
width: 320
|
width: 200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '操作',
|
title: '操作',
|
||||||
dataIndex: 'contractManagementId',
|
dataIndex: 'contractManagementId',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
key: 'contractManagementId',
|
key: 'contractManagementId',
|
||||||
width: 200,
|
width: 80,
|
||||||
render: (text) => (
|
render: (text) => (
|
||||||
<div style={{
|
<div style={{
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
|
Loading…
Reference in New Issue
Block a user