[update] 市场法规清单-详情的基础信息翻译,外来标准新增样式调整
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ export default {
|
||||
StandardSource,
|
||||
visible: false,
|
||||
title: '',
|
||||
width: 800,
|
||||
width: '50%',
|
||||
// 存储表单的数据
|
||||
form: {},
|
||||
confirmLoading: false,
|
||||
|
||||
+3
-3
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user