横拉条拖动,导致右侧UI出现问题

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