仿真调整
This commit is contained in:
parent
b221e8e6b9
commit
c3ca956bd5
@ -234,9 +234,9 @@ export default {
|
|||||||
rightStopPointOffset: [
|
rightStopPointOffset: [
|
||||||
{ required: true, message: this.$t('rules.rightStopPointOffset'), trigger: 'blur' }
|
{ required: true, message: this.$t('rules.rightStopPointOffset'), trigger: 'blur' }
|
||||||
],
|
],
|
||||||
destinationCode: [
|
// destinationCode: [
|
||||||
{ required: true, message: this.$t('rules.destinationCode'), trigger: 'blur' }
|
// { required: true, message: this.$t('rules.destinationCode'), trigger: 'blur' }
|
||||||
],
|
// ],
|
||||||
'destinationCodePoint.x': [
|
'destinationCodePoint.x': [
|
||||||
{ required: true, message: this.$t('rules.destinationCodePointX'), trigger: 'blur' }
|
{ required: true, message: this.$t('rules.destinationCodePointX'), trigger: 'blur' }
|
||||||
],
|
],
|
||||||
|
@ -125,7 +125,7 @@ export default {
|
|||||||
{ prop: 'standTrackCode', label: '站台轨:', type: 'selectHover', optionLabel: 'name&&code', optionValue: 'code', options: this.PhysicalSectionList, hover: this.hover, buttonType: 'editSectionSelectCode', buttonShowType: this.isButtonTypeES },
|
{ prop: 'standTrackCode', label: '站台轨:', type: 'selectHover', optionLabel: 'name&&code', optionValue: 'code', options: this.PhysicalSectionList, hover: this.hover, buttonType: 'editSectionSelectCode', buttonShowType: this.isButtonTypeES },
|
||||||
{ prop: 'right', label: '行驶方向:', type: 'radio', optionLabel: 'name', optionValue: 'code', border: true, radioList: this.isRightList },
|
{ prop: 'right', label: '行驶方向:', type: 'radio', optionLabel: 'name', optionValue: 'code', border: true, radioList: this.isRightList },
|
||||||
{ prop: 'small', label: '是否小型站台:', type: 'checkbox', disabled: true },
|
{ prop: 'small', label: '是否小型站台:', type: 'checkbox', disabled: true },
|
||||||
{ prop: 'inside', label: '是否内站台:', type: 'checkbox' },
|
{ prop: 'inside', label: '是否内站台:', type: 'checkbox' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
map: {
|
map: {
|
||||||
|
Loading…
Reference in New Issue
Block a user