fix: 前端页面中将所有国外标准替换为海外标准
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user