资质导入方法已完成

This commit is contained in:
caoqianming 2020-10-19 16:49:44 +08:00
parent 9c999dcba6
commit 588f88f180
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
<span v-html="showlight(scope.row.cnas)"></span>
</template>
</el-table-column>
<el-table-column label="其它资质" show-overflow-tooltip>
<el-table-column label="其它资质">
<template slot-scope="scope">
<span v-html="showlight(scope.row.other)" ></span>
</template>