[update] 市场法规清单-详情的基础信息翻译,外来标准新增样式调整
This commit is contained in:
@@ -588,7 +588,13 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-flex-item-half {
|
.form-flex-item-half {
|
||||||
width: 50%;
|
width: calc((100% - 10px) / 2);
|
||||||
|
}
|
||||||
|
.form-flex-item-half:nth-child(2n+1) {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
.form-flex-item-half:nth-child(2n) {
|
||||||
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-flex-item-line {
|
.form-flex-item-line {
|
||||||
|
|||||||
+1
-1
@@ -52,7 +52,7 @@ export default {
|
|||||||
StandardSource,
|
StandardSource,
|
||||||
visible: false,
|
visible: false,
|
||||||
title: '',
|
title: '',
|
||||||
width: 800,
|
width: '50%',
|
||||||
// 存储表单的数据
|
// 存储表单的数据
|
||||||
form: {},
|
form: {},
|
||||||
confirmLoading: false,
|
confirmLoading: false,
|
||||||
|
|||||||
+3
-3
@@ -10,7 +10,7 @@
|
|||||||
<!-- 国家/地区 -->
|
<!-- 国家/地区 -->
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<label>{{ $t('standardRegulationLibrary.marketRegulationsList.countryRegion') }}</label>
|
<label>{{ $t('standardRegulationLibrary.marketRegulationsList.countryRegion') }}</label>
|
||||||
<span>{{ model.manifest.country_dictText || global.emptyLine }}</span>
|
<span>{{ model.manifest.countryText || global.emptyLine }}</span>
|
||||||
</a-col>
|
</a-col>
|
||||||
<!-- 清单编号 -->
|
<!-- 清单编号 -->
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
@@ -25,12 +25,12 @@
|
|||||||
<!-- 驾驶位置 -->
|
<!-- 驾驶位置 -->
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<label>{{ $t('standardRegulationLibrary.marketRegulationsList.drivingPosition') }}</label>
|
<label>{{ $t('standardRegulationLibrary.marketRegulationsList.drivingPosition') }}</label>
|
||||||
<span>{{ model.manifest.drivePosition_dictText || global.emptyLine }}</span>
|
<span>{{ model.manifest.drivePositionText || global.emptyLine }}</span>
|
||||||
</a-col>
|
</a-col>
|
||||||
<!-- 密级 -->
|
<!-- 密级 -->
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<label>{{ $t('standardRegulationLibrary.marketRegulationsList.securityClass') }}</label>
|
<label>{{ $t('standardRegulationLibrary.marketRegulationsList.securityClass') }}</label>
|
||||||
<span>{{ model.manifest.securityLevel_dictText || global.emptyLine }}</span>
|
<span>{{ model.manifest.securityLevelText || global.emptyLine }}</span>
|
||||||
</a-col>
|
</a-col>
|
||||||
<!-- 清单说明 -->
|
<!-- 清单说明 -->
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
|
|||||||
Reference in New Issue
Block a user