diff --git a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue index 34055d829..9a0a26e79 100644 --- a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue +++ b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue @@ -43,13 +43,11 @@ * {{ $t('upgraderecordnumber') }} -
- + + style="width:100%" :max-length="50"> -
@@ -57,12 +55,12 @@
{{ $t('theNameOfFirm') }}
-
+ + disabled style="width:100%" :max-length="50"> +
-
@@ -123,32 +121,33 @@
{{ $t('Vehicledynamictype') }}
- - - + +
+
+ {{ item }} +
+
+ + + {{ item }} + + +
+
+ +
- - - - {{ item }} - - - - +
@@ -430,6 +429,7 @@ export default { width: calc(100% - 130px); display: inline-block; margin-top: 2px; + max-width: 486px; } .box-input { @@ -461,4 +461,6 @@ export default { .Required { color: red; margin-right: 3px; -} \ No newline at end of file +} + + \ No newline at end of file