[fix uat126]全局替换 “国家/地区”改为“试用市场”

This commit is contained in:
fengchenchen
2024-09-12 14:36:32 +08:00
parent df196d504e
commit e546efd604
10 changed files with 23 additions and 23 deletions
@@ -30,7 +30,7 @@
</a-form-item>
</a-col>
<!-- 国家/地区 -->
<!-- 适用市场 -->
<a-col :md="8" :sm="12">
<a-form-item :label="$t('standardRegulationLibrary.marketRegulationsList.countryRegion')">
<a-tree-select
@@ -201,7 +201,7 @@ export default {
total: 0
},
columns: [
{ // 国家/地区
{ // 适用市场
title: this.$t('standardRegulationLibrary.marketRegulationsList.countryRegion'),
align: 'center',
width: 180,