[update] 市场法规清单-详情的基础信息翻译,外来标准新增样式调整

This commit is contained in:
lideqin
2024-07-03 14:58:11 +08:00
parent 0d918c71dd
commit 8ceb3229fb
3 changed files with 11 additions and 5 deletions
@@ -52,7 +52,7 @@ export default {
StandardSource,
visible: false,
title: '',
width: 800,
width: '50%',
// 存储表单的数据
form: {},
confirmLoading: false,
@@ -10,7 +10,7 @@
<!-- 国家/地区 -->
<a-col :span="12">
<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 :span="12">
@@ -25,12 +25,12 @@
<!-- 驾驶位置 -->
<a-col :span="12">
<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 :span="12">
<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 :span="12">