标准库的列表的标准号字段宽度再宽点,发布日期,实施日期宽度再窄点
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user