@@ -412,7 +412,7 @@ export function getCustomerOptions(){
customerOption.value.splice(0,customerOption.value.length);
res.result.records.forEach(item=>{
customerOption.value.push({
- label: item.name,
+ label: item.abbreviation,
value: item.id
})
@@ -74,6 +74,9 @@
width: 200,
fixed:'right'
},
+ scroll:{
+ x:'3000px'
+ },
beforeFetch: (params) => {
return Object.assign(params, queryParam);