恢复代码

This commit is contained in:
yanyizhou
2021-09-16 10:44:51 +08:00
parent 61146836c8
commit 36031e8615
@@ -203,10 +203,8 @@
width="110px"
label="发布日期">
<template slot-scope="scope">
<div>
<a>
<div style="color: #409EFF">
{{ formatIssueDate(scope.row.issueTime) }}
</a>
</div>
</template>
</el-table-column>
@@ -217,7 +215,7 @@
label="实施日期">
<template slot-scope="scope">
<!-- {{ formatIssueDate(scope.row.putTime) }}-->
<a>{{ scope.row.SSRQ ? scope.row.SSRQ.substring(0,10) : '-' }}</a>
<span style="color: #409EFF">{{ scope.row.SSRQ ? scope.row.SSRQ.substring(0,10) : '-' }}</span>
</template>
</el-table-column>
@@ -227,7 +225,7 @@
width="150px"
label="新车型实施日期">
<template slot-scope="scope">
<a>{{ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0,10) : '-' }}</a>
<span style="color: #409EFF">{{ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0,10) : '-' }}</span>
</template>
</el-table-column>
<el-table-column
@@ -236,7 +234,7 @@
width="150px"
label="在产车实施日期">
<template slot-scope="scope">
<a>{{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0,10) : '-' }}</a>
<span style="color: #409EFF">{{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0,10) : '-' }}</span>
</template>
</el-table-column>
<el-table-column
@@ -250,7 +248,7 @@
<!-- </el-tooltip>-->
<!-- </template>-->
<template slot-scope="scope">
<a>{{ textStatusMap[scope.row.textStatus] }}</a>
<span style="color: #409EFF">{{ textStatusMap[scope.row.textStatus] }}</span>
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="50" fixed="right">