Commit 5b2a6a20 authored by youjie's avatar youjie

no message

parent 24351502
...@@ -393,7 +393,7 @@ ...@@ -393,7 +393,7 @@
</el-table-column> </el-table-column>
<el-table-column label="操作" min-width="180"> <el-table-column label="操作" min-width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button size="small" type="primary" @click="deleteLine(props.$index)">删除</el-button> <el-button size="small" type="primary" @click="deleteLine(scope.$index)">删除</el-button>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
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