@@ -27,6 +27,7 @@ export const columns: BasicColumn[] = [
title: '购方税号(buyer tax number)',
align:"center",
ellipsis:true,
+ width:200,
dataIndex: 'buyer'
},
{
@@ -121,7 +121,7 @@
fixed:'right'
scroll:{
- x:'2500px'
+ x:'2200px'
beforeFetch: async (params) => {
let rangerQuery = await setRangeQuery();