Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
super_liu
2022-04-24 14:23:14 +08:00
3 changed files with 106 additions and 106 deletions
@@ -133,7 +133,7 @@
<el-table-column
prop="standName"
label="中文名称"
width="180px"
min-width="180px"
>
<template slot-scope="scope">
<a class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.standName }}</a>
@@ -142,7 +142,7 @@
<el-table-column
prop="standEnName"
align="center"
width="180px"
min-width="180px"
label="英文名称">
<template slot-scope="scope">
<a class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.standEnName }}</a>
@@ -189,7 +189,7 @@
<el-table-column
show-overflow-tooltip
prop="sycpx"
width="180px"
min-width="180px"
align="center"
label="适用产品线">
</el-table-column>