|
@@ -146,7 +146,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="创建时间" width="100">
|
|
<el-table-column label="创建时间" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span>{{ scope.row.creationDate }}</span>
|
|
|
|
|
|
+ <span>{{ scope.row.creationTime }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="创建人" width="100">
|
|
<el-table-column label="创建人" width="100">
|