更改排版
This commit is contained in:
@@ -519,10 +519,10 @@ export default {
|
|||||||
vehicleType:'Vehicle Type',
|
vehicleType:'Vehicle Type',
|
||||||
messageIdentifier: 'Message Identifier',
|
messageIdentifier: 'Message Identifier',
|
||||||
numberOfOccupants: 'Number Of Occupants',
|
numberOfOccupants: 'Number Of Occupants',
|
||||||
n1latitudeDelta:'Recent Vehicle Location N1-Latitude Delta',
|
n1latitudeDelta:'Latitude Delta',
|
||||||
n1longitudeDelta: 'Recent Vehicle Location N1-Longitude Delta',
|
n1longitudeDelta: 'Longitude Delta',
|
||||||
n2latitudeDelta:'Recent Vehicle Location N2-Latitude Delta',
|
n2latitudeDelta:'Latitude Delta',
|
||||||
n2longitudeDelta: 'Recent Vehicle Location N2-Longitude Delta',
|
n2longitudeDelta: 'Longitude Delta',
|
||||||
timestamp: 'Timestamp',
|
timestamp: 'Timestamp',
|
||||||
vehicleDirection: 'Vehicle Direction',
|
vehicleDirection: 'Vehicle Direction',
|
||||||
isovds: 'Vehicle Descriptor Section',
|
isovds: 'Vehicle Descriptor Section',
|
||||||
@@ -534,6 +534,12 @@ export default {
|
|||||||
dieselTankPresent: 'Diesel Tank Present',
|
dieselTankPresent: 'Diesel Tank Present',
|
||||||
electricEnergyStorage: 'Electric Energy Storage',
|
electricEnergyStorage: 'Electric Energy Storage',
|
||||||
gasolineTankPresent: 'Gasoline Tank Present',
|
gasolineTankPresent: 'Gasoline Tank Present',
|
||||||
|
control:'Control',
|
||||||
|
recentVehicleLocationN1:'Recent Vehicle Location N1',
|
||||||
|
recentVehicleLocationN2:'Recent Vehicle Location N2',
|
||||||
|
vehicleIdentificationNumber:'Vehicle Identification Number',
|
||||||
|
vehicleLocation:'Vehicle Location',
|
||||||
|
vehiclePropulsionStorageType:'Vehicle Propulsion Storage Type',
|
||||||
},
|
},
|
||||||
ue: {
|
ue: {
|
||||||
eventType: "Event Type",
|
eventType: "Event Type",
|
||||||
|
|||||||
@@ -523,10 +523,10 @@ export default {
|
|||||||
vehicleType:'车辆类型',
|
vehicleType:'车辆类型',
|
||||||
messageIdentifier: '消息标识',
|
messageIdentifier: '消息标识',
|
||||||
numberOfOccupants: '乘员数量',
|
numberOfOccupants: '乘员数量',
|
||||||
n1latitudeDelta:'最近车辆位置N1-纬度增量',
|
n1latitudeDelta:'纬度增量',
|
||||||
n1longitudeDelta: '最近车辆位置N1-经度增量',
|
n1longitudeDelta: '经度增量',
|
||||||
n2latitudeDelta:' 最近车辆位置N2-纬度增量',
|
n2latitudeDelta:' 纬度增量',
|
||||||
n2longitudeDelta: '最近车辆位置N2-经度增量',
|
n2longitudeDelta: '经度增量',
|
||||||
timestamp: '时间戳',
|
timestamp: '时间戳',
|
||||||
vehicleDirection: '车辆行驶方向',
|
vehicleDirection: '车辆行驶方向',
|
||||||
isovds: '车辆描述段',
|
isovds: '车辆描述段',
|
||||||
@@ -538,6 +538,12 @@ export default {
|
|||||||
dieselTankPresent: '柴油罐存在',
|
dieselTankPresent: '柴油罐存在',
|
||||||
electricEnergyStorage: '电力储能',
|
electricEnergyStorage: '电力储能',
|
||||||
gasolineTankPresent: '汽油罐存在',
|
gasolineTankPresent: '汽油罐存在',
|
||||||
|
control:'控制',
|
||||||
|
recentVehicleLocationN1:'最近车辆位置N1',
|
||||||
|
recentVehicleLocationN2:'最近车辆位置N2',
|
||||||
|
vehicleIdentificationNumber:'车辆识别号码',
|
||||||
|
vehicleLocation:'车辆位置',
|
||||||
|
vehiclePropulsionStorageType:'车辆推进存储类型',
|
||||||
},
|
},
|
||||||
ue: {
|
ue: {
|
||||||
eventType: "事件类型",
|
eventType: "事件类型",
|
||||||
|
|||||||
@@ -1014,12 +1014,16 @@ onBeforeUnmount(() => {
|
|||||||
>
|
>
|
||||||
<a-form
|
<a-form
|
||||||
name="modalStateFrom"
|
name="modalStateFrom"
|
||||||
layout="horizontal"
|
layout="vertical"
|
||||||
:label-col="{ span: 6 }"
|
:label-col="{ style: { width: '100%' } }"
|
||||||
:labelWrap="true"
|
:labelWrap="false"
|
||||||
>
|
>
|
||||||
<a-row>
|
<a-row :gutter="[32, 4]">
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-divider orientation="left">
|
||||||
|
{{ t('views.dashboard.cdr.control') }}
|
||||||
|
</a-divider>
|
||||||
|
|
||||||
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.automaticActivation')"
|
:label="t('views.dashboard.cdr.automaticActivation')"
|
||||||
name="automaticActivation"
|
name="automaticActivation"
|
||||||
@@ -1030,7 +1034,7 @@ onBeforeUnmount(() => {
|
|||||||
></a-input>
|
></a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.positionCanBeTrusted')"
|
:label="t('views.dashboard.cdr.positionCanBeTrusted')"
|
||||||
name="positionCanBeTrusted"
|
name="positionCanBeTrusted"
|
||||||
@@ -1041,7 +1045,7 @@ onBeforeUnmount(() => {
|
|||||||
></a-input>
|
></a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.testCall')"
|
:label="t('views.dashboard.cdr.testCall')"
|
||||||
name="testCall"
|
name="testCall"
|
||||||
@@ -1052,7 +1056,7 @@ onBeforeUnmount(() => {
|
|||||||
></a-input>
|
></a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.vehicleType')"
|
:label="t('views.dashboard.cdr.vehicleType')"
|
||||||
name="ticketId"
|
name="ticketId"
|
||||||
@@ -1064,7 +1068,7 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.messageIdentifier')"
|
:label="t('views.dashboard.cdr.messageIdentifier')"
|
||||||
name="messageIdentifier"
|
name="messageIdentifier"
|
||||||
@@ -1076,7 +1080,7 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.numberOfOccupants')"
|
:label="t('views.dashboard.cdr.numberOfOccupants')"
|
||||||
name="ticketId"
|
name="ticketId"
|
||||||
@@ -1088,7 +1092,11 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-divider orientation="left">
|
||||||
|
{{ t('views.dashboard.cdr.recentVehicleLocationN1') }}
|
||||||
|
</a-divider>
|
||||||
|
|
||||||
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.n1latitudeDelta')"
|
:label="t('views.dashboard.cdr.n1latitudeDelta')"
|
||||||
name="n1latitudeDelta"
|
name="n1latitudeDelta"
|
||||||
@@ -1102,7 +1110,7 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.n1longitudeDelta')"
|
:label="t('views.dashboard.cdr.n1longitudeDelta')"
|
||||||
name="n1longitudeDelta"
|
name="n1longitudeDelta"
|
||||||
@@ -1116,7 +1124,11 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-divider orientation="left">
|
||||||
|
{{ t('views.dashboard.cdr.recentVehicleLocationN2') }}
|
||||||
|
</a-divider>
|
||||||
|
|
||||||
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.n2latitudeDelta')"
|
:label="t('views.dashboard.cdr.n2latitudeDelta')"
|
||||||
name="n2latitudeDelta"
|
name="n2latitudeDelta"
|
||||||
@@ -1130,7 +1142,7 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.n2longitudeDelta')"
|
:label="t('views.dashboard.cdr.n2longitudeDelta')"
|
||||||
name="n2longitudeDelta"
|
name="n2longitudeDelta"
|
||||||
@@ -1144,7 +1156,7 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.timestamp')"
|
:label="t('views.dashboard.cdr.timestamp')"
|
||||||
name="timestamp"
|
name="timestamp"
|
||||||
@@ -1156,7 +1168,7 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.vehicleDirection')"
|
:label="t('views.dashboard.cdr.vehicleDirection')"
|
||||||
name="vehicleDirection"
|
name="vehicleDirection"
|
||||||
@@ -1168,7 +1180,11 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-divider orientation="left">
|
||||||
|
{{ t('views.dashboard.cdr.vehicleIdentificationNumber') }}
|
||||||
|
</a-divider>
|
||||||
|
|
||||||
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item :label="t('views.dashboard.cdr.isovds')" name="isovds">
|
<a-form-item :label="t('views.dashboard.cdr.isovds')" name="isovds">
|
||||||
<a-input
|
<a-input
|
||||||
:disabled="true"
|
:disabled="true"
|
||||||
@@ -1179,7 +1195,7 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.isovisModelyear')"
|
:label="t('views.dashboard.cdr.isovisModelyear')"
|
||||||
name="isovisModelyear"
|
name="isovisModelyear"
|
||||||
@@ -1193,7 +1209,7 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.isovisSeqPlant')"
|
:label="t('views.dashboard.cdr.isovisSeqPlant')"
|
||||||
name="isovisSeqPlant"
|
name="isovisSeqPlant"
|
||||||
@@ -1207,7 +1223,7 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.isovisModelyear')"
|
:label="t('views.dashboard.cdr.isovisModelyear')"
|
||||||
name="isowmi"
|
name="isowmi"
|
||||||
@@ -1221,7 +1237,11 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-divider orientation="left">
|
||||||
|
{{ t('views.dashboard.cdr.vehicleLocation') }}
|
||||||
|
</a-divider>
|
||||||
|
|
||||||
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.positionLatitude')"
|
:label="t('views.dashboard.cdr.positionLatitude')"
|
||||||
name="positionLatitude"
|
name="positionLatitude"
|
||||||
@@ -1233,7 +1253,7 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.positionLongitude')"
|
:label="t('views.dashboard.cdr.positionLongitude')"
|
||||||
name="positionLongitude"
|
name="positionLongitude"
|
||||||
@@ -1247,7 +1267,11 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-divider orientation="left">
|
||||||
|
{{ t('views.dashboard.cdr.vehiclePropulsionStorageType') }}
|
||||||
|
</a-divider>
|
||||||
|
|
||||||
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.dieselTankPresent')"
|
:label="t('views.dashboard.cdr.dieselTankPresent')"
|
||||||
name="dieselTankPresent"
|
name="dieselTankPresent"
|
||||||
@@ -1261,7 +1285,7 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.electricEnergyStorage')"
|
:label="t('views.dashboard.cdr.electricEnergyStorage')"
|
||||||
name="electricEnergyStorage"
|
name="electricEnergyStorage"
|
||||||
@@ -1276,7 +1300,7 @@ onBeforeUnmount(() => {
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
||||||
<a-col :lg="24" :md="24" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-form-item
|
<a-form-item
|
||||||
:label="t('views.dashboard.cdr.gasolineTankPresent')"
|
:label="t('views.dashboard.cdr.gasolineTankPresent')"
|
||||||
name="gasolineTankPresent"
|
name="gasolineTankPresent"
|
||||||
|
|||||||
Reference in New Issue
Block a user