diff --git a/src/views/delivery/CardDeliveryPerson.data.ts b/src/views/delivery/CardDeliveryPerson.data.ts index ac40acc..9355f17 100644 --- a/src/views/delivery/CardDeliveryPerson.data.ts +++ b/src/views/delivery/CardDeliveryPerson.data.ts @@ -24,17 +24,23 @@ { title: '应收办卡费用', align:"center", - dataIndex: 'receivableFee' + dataIndex: 'receivableFee', + width: 110, }, { title: '全部办卡费用', align:"center", - dataIndex: 'allFee' + dataIndex: 'allFee', + width: 110, }, { title: '省市区', align:"center", dataIndex: 'area', + width: 200, + // customRender:({text}) => { + // return render.renderAreaText(text); + // }, }, { title: '详细地址',