标准表格宽度

This commit is contained in:
zhaokaiyao@91isoft.com
2021-09-17 17:04:53 +08:00
parent 18d0c7d822
commit 7b1c80d46e
3 changed files with 9 additions and 3 deletions
@@ -293,7 +293,7 @@
<el-table-column
show-overflow-tooltip
label="企标编号"
width="210"
width="200"
>
<template slot-scope="scope">
<!-- <a v-if="scope.row.standYear" class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.standSortShow }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}</a>-->
@@ -306,6 +306,7 @@
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>
@@ -317,6 +318,7 @@
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>