提交修改

This commit is contained in:
quyixiao 2020-09-01 09:32:56 +08:00
parent 7d969e53b6
commit 5691799b8f
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@
<el-table-column prop="monthTime" header-align="center" align="center" label="月份">
<template slot-scope="scope">
<div class="conatnt-name">
<a class="formaterDateCss" @click="handleDateAddOrUpdate(scope.row.id)">{{ scope.row.monthTime | formaterDate }}</a>
<a class="formaterDateCss" @click="handleDateAddOrUpdate(scope.row.id)">{{ scope.row.monthTimeStr }}</a>
</div>
</template>
</el-table-column>

View File

@ -100,7 +100,7 @@
<el-table-column prop="monthTime" header-align="center" align="center" label="月份">
<template slot-scope="scope">
<div class="conatnt-name">
<span>{{ scope.row.monthTime | formaterDate }}</span>
<span>{{ scope.row.monthTimeStr}}</span>
</div>
</template>
</el-table-column>