修改中英文

This commit is contained in:
lai
2025-07-18 18:37:18 +08:00
parent 5e21c8d53d
commit b7ae3c0cdb
3 changed files with 57 additions and 47 deletions

View File

@@ -527,7 +527,7 @@ export default {
vehicleDirection: 'Vehicle Direction',
isovds: 'Vehicle Descriptor Section',
isovisModelyear:'Vehicle Identifier Section Year',
isovisSeqPlant: 'Vehicle Identifier Section Serial Factory',
isovisSeqPlant: 'Vehicle Identifier Section Plant & Serial',
isowmi: 'World Manufacturer Identifier',
positionLatitude: 'Position Latitude',
positionLongitude: 'Position Longitude',

View File

@@ -531,7 +531,7 @@ export default {
vehicleDirection: '车辆行驶方向',
isovds: '车辆描述段',
isovisModelyear:'车辆描述段',
isovisSeqPlant: '车辆标识段序列工厂',
isovisSeqPlant: '车辆标识段的工厂编码与生产序号',
isowmi: '世界制造商标识',
positionLatitude: '位置纬度',
positionLongitude: '位置经度',

View File

@@ -1019,6 +1019,60 @@ onBeforeUnmount(() => {
:labelWrap="false"
>
<a-row :gutter="[32, 4]">
<a-col :lg="12" :md="12" :xs="24">
<a-form-item
:label="t('views.dashboard.cdr.messageIdentifier')"
name="messageIdentifier"
>
<a-input
:disabled="true"
v-model:value="modalState.from.messageIdentifier"
></a-input>
</a-form-item>
</a-col>
<a-col :lg="12" :md="12" :xs="24">
<a-form-item
:label="t('views.dashboard.cdr.numberOfOccupants')"
name="ticketId"
>
<a-input
:disabled="true"
v-model:value="modalState.from.numberOfOccupants"
></a-input>
</a-form-item>
</a-col>
<a-col :lg="12" :md="12" :xs="24">
<a-form-item
:label="t('views.dashboard.cdr.timestamp')"
name="timestamp"
>
<a-input
:disabled="true"
v-model:value="modalState.from.timestamp"
></a-input>
</a-form-item>
</a-col>
<a-col :lg="12" :md="12" :xs="24">
<a-form-item
:label="t('views.dashboard.cdr.vehicleDirection')"
name="vehicleDirection"
>
<a-input
:disabled="true"
v-model:value="modalState.from.vehicleDirection"
></a-input>
</a-form-item>
</a-col>
<a-divider orientation="left">
{{ t('views.dashboard.cdr.control') }}
</a-divider>
@@ -1068,29 +1122,7 @@ onBeforeUnmount(() => {
</a-form-item>
</a-col>
<a-col :lg="12" :md="12" :xs="24">
<a-form-item
:label="t('views.dashboard.cdr.messageIdentifier')"
name="messageIdentifier"
>
<a-input
:disabled="true"
v-model:value="modalState.from.messageIdentifier"
></a-input>
</a-form-item>
</a-col>
<a-col :lg="12" :md="12" :xs="24">
<a-form-item
:label="t('views.dashboard.cdr.numberOfOccupants')"
name="ticketId"
>
<a-input
:disabled="true"
v-model:value="modalState.from.numberOfOccupants"
></a-input>
</a-form-item>
</a-col>
<a-divider orientation="left">
{{ t('views.dashboard.cdr.recentVehicleLocationN1') }}
@@ -1156,29 +1188,7 @@ onBeforeUnmount(() => {
</a-form-item>
</a-col>
<a-col :lg="12" :md="12" :xs="24">
<a-form-item
:label="t('views.dashboard.cdr.timestamp')"
name="timestamp"
>
<a-input
:disabled="true"
v-model:value="modalState.from.timestamp"
></a-input>
</a-form-item>
</a-col>
<a-col :lg="12" :md="12" :xs="24">
<a-form-item
:label="t('views.dashboard.cdr.vehicleDirection')"
name="vehicleDirection"
>
<a-input
:disabled="true"
v-model:value="modalState.from.vehicleDirection"
></a-input>
</a-form-item>
</a-col>
<a-divider orientation="left">
{{ t('views.dashboard.cdr.vehicleIdentificationNumber') }}
@@ -1225,7 +1235,7 @@ onBeforeUnmount(() => {
<a-col :lg="12" :md="12" :xs="24">
<a-form-item
:label="t('views.dashboard.cdr.isovisModelyear')"
:label="t('views.dashboard.cdr.isowmi')"
name="isowmi"
>
<a-input