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