fix bug
This commit is contained in:
@ -53,7 +53,13 @@ export class BusitableCurveComponent implements OnInit, OnChanges {
|
||||
nice: true,
|
||||
},
|
||||
});
|
||||
|
||||
this.chart.axis('value', {
|
||||
label: {
|
||||
formatter: (val: any) => {
|
||||
return val;
|
||||
},
|
||||
},
|
||||
});
|
||||
this.chart.tooltip({
|
||||
showCrosshairs: true, // 展示 Tooltip 辅助线
|
||||
shared: true,
|
||||
|
||||
@ -324,7 +324,7 @@ export class OrderManagementBulkComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
},
|
||||
enterpriseInfoId: {
|
||||
enterpriseInfoName: {
|
||||
type: 'string',
|
||||
title: '网络货运人',
|
||||
ui: {
|
||||
|
||||
@ -299,7 +299,7 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
|
||||
placeholder: '请选择'
|
||||
}
|
||||
},
|
||||
enterpriseInfoId: {
|
||||
enterpriseInfoName: {
|
||||
type: 'string',
|
||||
title: '网络货运人',
|
||||
ui: {
|
||||
|
||||
Reference in New Issue
Block a user