列表样式修改

This commit is contained in:
shenyanpei
2021-09-24 09:20:27 +08:00
parent fbb7b08686
commit 6c601f70e3
3 changed files with 0 additions and 8 deletions
@@ -306,7 +306,6 @@
show-overflow-tooltip
prop="standName"
label="中文名称"
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>
@@ -318,7 +317,6 @@
show-overflow-tooltip
prop="standEnName"
label="英文名称"
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>