标准库的列表的标准号字段宽度再宽点,发布日期,实施日期宽度再窄点

This commit is contained in:
yanyizhou
2021-11-17 11:21:54 +08:00
parent 98c2167bce
commit 029fbf0d8d
4 changed files with 11 additions and 11 deletions
@@ -301,7 +301,7 @@
<el-table-column
show-overflow-tooltip
label="企标编号"
width="120"
width="150"
>
<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>-->
@@ -336,7 +336,7 @@
prop="issueTime"
label="发布日期"
sortable
width="150"
width="120"
>
<template slot-scope="scope">
<span v-if="scope.row.standStatusShow === '作废'" style="color: #F56C6C">{{scope.row.issueTime ? scope.row.issueTime.slice(0, 10) : ''}}</span>
@@ -348,7 +348,7 @@
prop="putTime"
label="实施日期"
sortable
width="150"
width="120"
>
<template slot-scope="scope">
<span v-if="scope.row.standStatusShow === '作废'" style="color: #F56C6C">{{scope.row.putTime ? scope.row.putTime.slice(0, 10) : ''}}</span>