diff --git a/src/route/Contract/Contract.tsx b/src/route/Contract/Contract.tsx index df9a4cf..d13e27e 100644 --- a/src/route/Contract/Contract.tsx +++ b/src/route/Contract/Contract.tsx @@ -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) => (