Commit fac05f30 authored by yaya's avatar yaya

Merge remote-tracking branch 'origin/feature/develop_0713' into feature/develop_0713

parents 3361c689 b32c944f
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
{{ scope.row.updateTime }} {{ scope.row.updateTime }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="left" label="操作" class-name="small-padding fixed-width"> <el-table-column align="center" label="操作" class-name="small-padding fixed-width" width="150">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button v-permission="['POST /admin/category/edit']" type="primary" size="small" @click="handleOpenDialog(scope.row)">编辑</el-button> <el-button v-permission="['POST /admin/category/edit']" type="primary" size="small" @click="handleOpenDialog(scope.row)">编辑</el-button>
<el-button v-permission="['POST /admin/category/delete']" type="danger" size="small" @click="handleDelete(scope.row)">删除</el-button> <el-button v-permission="['POST /admin/category/delete']" type="danger" size="small" @click="handleDelete(scope.row)">删除</el-button>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment