Commit f06f1f60 authored by shiwr's avatar shiwr

bug

parent a20ce5d1
......@@ -129,7 +129,7 @@
<template slot-scope="scope">
<el-button @click="readRow(scope.row)" type="text" size="small">查看
</el-button>
<el-button @click="readRow(scope.row)" type="text" size="small">编辑
<el-button v-if="user==scope.row.user" @click="readRow(scope.row)" type="text" size="small">编辑
</el-button>
</template>
</el-table-column>
......
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