修改运行图表单名称

This commit is contained in:
ival 2021-03-16 11:14:52 +08:00
parent 1ad9ea0cb7
commit 0985a6f1df
2 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,7 @@ export default {
{ prop: 'outboundRouting', label: '出库交路', type: 'select', options: this.outboundRouteList, clearable: true, change:true, onChange: this.onOutboundRouteChange, noDataText:'请先设置交路'},
{ prop: 'runningRouting1', label: '环路交路1', type: 'select', show:false},
{ prop: 'runningRouting2', label: '环路交路2', type: 'select', show:false},
{ prop: 'runningRouting', label:'路', type: 'select', options: this.runningRouteList, noDataText:'请先设置交路', clearable: true, change:true, onChange:this.onRunningRouteChange},
{ prop: 'runningRouting', label:'路', type: 'select', options: this.runningRouteList, noDataText:'请先设置交路', clearable: true, change:true, onChange:this.onRunningRouteChange},
{ prop: 'inboundRouting', label: '入库交路', type: 'select', options: this.inboundRouteList, noDataText:'请先设置交路', clearable: true, change:true, onChange:this.onInboundRouteChange}
]
};

View File

@ -73,6 +73,7 @@ export default {
display: inline-block;
width: 100%;
text-align: center;
padding: 0;
}