|
|
@ -121,7 +121,7 @@ |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column prop="name" label="缺陷名称" min-width="400" fixed="left"> |
|
|
<el-table-column prop="name" label="缺陷名称" min-width="400" fixed="left"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-link type="primary" @click="showEdit(scope.row)"> {{scope.row.name}}</el-link> |
|
|
|
|
|
|
|
|
<el-link @click="showEdit(scope.row)"> {{scope.row.name}}</el-link> |
|
|
<span class="tool-bar"> |
|
|
<span class="tool-bar"> |
|
|
<el-button @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button> |
|
|
<el-button @click="copyOne(scope.row,scope.$index)" icon="el-icon-document-copy" circle title="复制一行"></el-button> |
|
|
</span> |
|
|
</span> |
|
|
|