|
@ -60,7 +60,7 @@ |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column fixed="right" label="操作" align="center" width="200px"> |
|
|
<el-table-column fixed="right" label="操作" align="center" width="200px"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-button @click=" handleInfo(scope.row)" type="text" size="small">查看</el-button> |
|
|
<el-button @click=" handleInfo(scope.row)" type="text" size="small">查看/下载</el-button> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
|
|
|
|
|
|