|
@@ -34,6 +34,8 @@
|
|
|
<p>{{ ['下架', '上架'][scope.row.category_status] }}</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="添加时间" prop="created_at"></el-table-column>
|
|
|
+ <el-table-column label="修改时间" prop="updated_at"></el-table-column>
|
|
|
<el-table-column label="操作" width="220">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text"
|