[update] 市场法规清单

This commit is contained in:
lideqin
2024-07-04 18:30:20 +08:00
parent e50f7c8760
commit 3c2b4f9010
3 changed files with 8 additions and 20 deletions
@@ -20,7 +20,7 @@
<!-- 清单名称 -->
<a-col :span="12">
<label>{{ $t('standardRegulationLibrary.marketRegulationsList.listName') }}</label>
<span>{{ model.manifest.mainfestName || global.emptyLine }}</span>
<span>{{ model.manifest.manifestName || global.emptyLine }}</span>
</a-col>
<!-- 驾驶位置 -->
<a-col :span="12">
@@ -496,7 +496,7 @@ export default {
showList: false, // 是否展示清单
url: {
importExcelUrl: '/laws/marketStandardDetail/importExcel',
downTemplateUrl: ''
downTemplateUrl: '/laws/marketStandardDetail/downloadTemplate'
}
}
},