fix[litemall-admin]: 删除无用代码

This commit is contained in:
Junling Bu
2018-10-18 22:26:53 +08:00
parent 6242ecc35e
commit 637ee6c8b8

View File

@@ -24,13 +24,6 @@
<el-table-column align="center" min-width="100px" label="添加时间" prop="addTime">
</el-table-column>
<el-table-column align="center" label="操作" width="250" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button type="primary" size="mini" @click="handleUpdate(scope.row)">编辑</el-button>
<el-button type="danger" size="mini" @click="handleDelete(scope.row)">删除</el-button>
</template>
</el-table-column>
</el-table>
<!-- 分页 -->