修改函数命名防止冲突

This commit is contained in:
RuoYi
2019-10-09 17:21:43 +08:00
parent 3ba458b108
commit 319dfc2de3
13 changed files with 51 additions and 39 deletions

View File

@ -78,7 +78,7 @@
</el-table-column>
<el-table-column label="创建时间" align="center" prop="createTime" width="180">
<template slot-scope="scope">
<span>{{ dateFormat(scope.row.createTime) }}</span>
<span>{{ parseTime(scope.row.createTime) }}</span>
</template>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">