NEZ-1946 fix: 打开底部弹窗 删除对应元素 底部弹窗不关闭的问题

This commit is contained in:
zhangyu
2022-06-20 16:31:52 +08:00
parent dcf070fb7e
commit 34ddcc0b82
7 changed files with 29 additions and 6 deletions

View File

@@ -10,10 +10,10 @@
{{ $t("project.module.batchEndpoint")}}
</span>
<span v-if="optionType === 'add'">
{{ $t("overall.createEndpoin")}}
{{ $t("overall.createEndpoint")}}
</span>
<span v-if="optionType === 'batchAdd'">
{{ $t("overall.createEndpoin")}}
{{ $t("overall.createEndpoint")}}
</span>
</div>
<!-- end--标题-->