[update] 市场法规清单
This commit is contained in:
+3
-3
@@ -10,7 +10,7 @@
|
||||
<!-- 国家/地区 -->
|
||||
<a-col :span="12">
|
||||
<label>{{ $t('standardRegulationLibrary.marketRegulationsList.countryRegion') }}</label>
|
||||
<span>{{ model.countryText || global.emptyLine }}</span>
|
||||
<span>{{ model.country_dictText || 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.drivePositionText || global.emptyLine }}</span>
|
||||
<span>{{ model.drivePosition_dictText || global.emptyLine }}</span>
|
||||
</a-col>
|
||||
<!-- 密级 -->
|
||||
<a-col :span="12">
|
||||
<label>{{ $t('standardRegulationLibrary.marketRegulationsList.securityClass') }}</label>
|
||||
<span>{{ model.securityLevelText || global.emptyLine }}</span>
|
||||
<span>{{ model.securityLevel_dictText || global.emptyLine }}</span>
|
||||
</a-col>
|
||||
<!-- 清单说明 -->
|
||||
<a-col :span="12">
|
||||
|
||||
Reference in New Issue
Block a user