修改函数命名防止冲突

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

@ -60,7 +60,7 @@
<el-table-column label="创建者" align="center" prop="createBy" width="100" />
<el-table-column label="创建时间" align="center" prop="createTime" width="100">
<template slot-scope="scope">
<span>{{ dateFormat(scope.row.createTime, 'yyyy-MM-dd') }}</span>
<span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">