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

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
@@ -192,7 +192,7 @@
</el-table-column>
<el-table-column
label="标准号"
width="120"
width="150"
>
<template slot-scope="scope">
<a v-if="scope.row.standYear && textStatusMap[scope.row.textStatus] === '废止' || textStatusMap[scope.row.textStatus] === '被代替'" class="table-jump" style="color: #F56C6C"
@@ -221,7 +221,7 @@
<el-table-column
prop="issueTime"
sortable="custom"
width="150"
width="120"
label="发布日期">
<template slot-scope="scope">
<span v-if="textStatusMap[scope.row.textStatus] === '废止' || textStatusMap[scope.row.textStatus] === '被代替'" style="color: #F56C6C">{{ formatIssueDate(scope.row.issueTime) }}</span>
@@ -231,7 +231,7 @@
<el-table-column
prop="SSRQ"
sortable="custom"
width="150"
width="120"
label="实施日期">
<template slot-scope="scope">
<!-- {{ formatIssueDate(scope.row.putTime) }}-->
@@ -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>
@@ -200,7 +200,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>-->
@@ -235,7 +235,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>
@@ -189,7 +189,7 @@
</el-table-column>
<el-table-column
label="标准号"
width="120"
width="150"
>
<template slot-scope="scope">
<a v-if="scope.row.standYear && textStatusMap[scope.row.textStatus] === '废止' || textStatusMap[scope.row.textStatus] === '被代替'" style="color: #F56C6C" class="table-jump" @click="handlePreview(scope.row)">{{
@@ -227,7 +227,7 @@
<el-table-column
prop="issueTime"
sortable="custom"
width="150"
width="120"
label="发布日期">
<template slot-scope="scope">
<div v-if="textStatusMap[scope.row.textStatus] === '废止' || textStatusMap[scope.row.textStatus] === '被代替'" style="color: #F56C6C">
@@ -244,7 +244,7 @@
<el-table-column
prop="SSRQ"
sortable="custom"
width="150"
width="120"
label="实施日期">
<template slot-scope="scope">
<!-- {{ formatIssueDate(scope.row.putTime) }}-->