标准名称要撑开

This commit is contained in:
yanyizhou
2021-11-17 15:05:18 +08:00
parent c04518bd99
commit 4105514d45
4 changed files with 6 additions and 0 deletions
@@ -314,6 +314,7 @@
show-overflow-tooltip
prop="standName"
label="中文名称"
min-width="300"
>
<template slot-scope="scope">
<a v-if="scope.row.standStatusShow === '作废'" style="color: #F56C6C" @click="handlePreview(scope.row)" class="table-jump">{{ scope.row.standName }}</a>
@@ -325,6 +326,7 @@
show-overflow-tooltip
prop="standEnName"
label="英文名称"
min-width="300"
>
<template slot-scope="scope">
<a v-if="scope.row.standStatusShow === '作废'" style="color: #F56C6C" @click="handlePreview(scope.row)" class="table-jump">{{ scope.row.standEnName }}</a>