fix: 前端页面中将所有国外标准替换为海外标准

This commit is contained in:
zhangyanduan
2022-07-21 16:50:52 +08:00
parent 80eaa3c857
commit 23b52d1292
97 changed files with 132 additions and 132 deletions
@@ -34,7 +34,7 @@
label="标准类型">
<template slot-scope="scope">
<template v-if="scope.row.standType === 'INLAND'">国内</template>
<template v-else-if="scope.row.standType === 'FOREIGN'"></template>
<template v-else-if="scope.row.standType === 'FOREIGN'"></template>
</template>
</el-table-column>
<el-table-column