表格树模板去掉多余的)

This commit is contained in:
RuoYi 2020-04-24 10:49:12 +08:00
parent 8448b2b993
commit e7ac78535d
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
#elseif($column.list && $column.htmlType == "datetime")
<el-table-column label="${comment}" align="center" prop="${javaField}" width="180">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.${javaField}), '{y}-{m}-{d}') }}</span>
<span>{{ parseTime(scope.row.${javaField}, '{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
#elseif($column.list && "" != $column.dictType)