显示时间
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
v-loading="dataListLoading"
|
v-loading="dataListLoading"
|
||||||
style="width: 100%;"
|
style="width: 100%;"
|
||||||
>
|
>
|
||||||
<!-- <el-table-column
|
<el-table-column
|
||||||
prop="title"
|
prop="title"
|
||||||
header-align="center"
|
header-align="center"
|
||||||
align="center"
|
align="center"
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ scope.row.createTime }}<br /></span>
|
<span>{{ scope.row.createTime }}<br /></span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column> -->
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="title"
|
prop="title"
|
||||||
header-align="center"
|
header-align="center"
|
||||||
|
|||||||
Reference in New Issue
Block a user