refactor: 导入页面添加覆盖模式的说明#1002975

--story=1002975 --user=lyh 3.所有的导入功能 模式为 “覆盖” 时优化说明
https://www.tapd.cn/55049933/s/1043953
This commit is contained in:
shiziyuan9527 2021-09-06 15:06:08 +08:00 committed by 刘瑞斌
parent 540b73cd5d
commit 5f10d35241
5 changed files with 28 additions and 3 deletions

View File

@ -61,6 +61,14 @@
<div>
<span>{{ $t('api_test.api_import.export_tip') }}{{ selectedPlatform.exportTip }}</span>
</div>
<div>
<span>
{{ $t('api_test.api_import.import_cover_tip') }}<br/>
{{ $t('api_test.api_import.cover_tip_1') }}<br/>
{{ $t('api_test.api_import.cover_tip_2') }}<br/>
{{ $t('api_test.api_import.cover_tip_3') }}
</span>
</div>
</div>
</el-dialog>
</template>

View File

@ -82,6 +82,14 @@
<div>
<span>{{ $t('api_test.api_import.export_tip') }}{{ selectedPlatform.exportTip }}</span>
</div>
<div>
<span>
{{ $t('api_test.api_import.import_cover_tip') }}<br/>
{{ $t('api_test.api_import.cover_tip_1') }}<br/>
{{ $t('api_test.api_import.cover_tip_2') }}<br/>
{{ $t('api_test.api_import.cover_tip_3') }}
</span>
</div>
</div>
</el-dialog>
</template>

View File

@ -1209,6 +1209,10 @@ export default {
next_synchronization_time: "Next synchronization time",
ms_env_import_file_limit: "It only supports JSON format files exported through metersphere",
file_exceed_limit: "The number of files exceeds the limit",
import_cover_tip: "Import mode: Overwrite mode description",
cover_tip_1: "1. Add if the interface path does not exist",
cover_tip_2: "2. The interface path is consistent with the original interface, if the content is inconsistent, the original interface will be overwritten",
cover_tip_3: "3. If the interface path and content are consistent with the original interface, no change will be made",
},
home_page: {
unit_of_measurement: "",

View File

@ -1217,8 +1217,10 @@ export default {
next_synchronization_time: "下次同步时间",
ms_env_import_file_limit: "仅支持通过MeterSphere导出的json格式文件",
file_exceed_limit: "文件数量超出限制",
import_cover_tip: "导入模式: 覆盖模式说明",
cover_tip_1: "1. 接口路径不存在则新增",
cover_tip_2: "2. 接口路径与原接口一致,内容不一致则覆盖原接口",
cover_tip_3: "3. 接口路径、内容与原接口一致则不做变更",
},
home_page: {
unit_of_measurement: "个",

View File

@ -1217,7 +1217,10 @@ export default {
next_synchronization_time: "下次同步時間",
ms_env_import_file_limit: "僅支持通過MeterSphere導出的json格式文件",
file_exceed_limit: "文件數量超出限制",
import_cover_tip: "导入模式: 覆盖模式说明",
cover_tip_1: "1. 接口路徑不存在則新增",
cover_tip_2: "2. 接口路徑與原接口一致,內容不一致則覆蓋原接口",
cover_tip_3: "3. 接口路徑、內容與原接口一致則不做變更",
},
home_page: {