|
|
|
@ -115,7 +115,7 @@
|
|
|
|
|
<el-table-column label="生产厂家" prop="manufactory" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="操作" width="60">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button type="text" size="small" @click.native.stop="detailDialog(scope.row)"
|
|
|
|
|
<el-button type="text" @click.native.stop="detailDialog(scope.row)"
|
|
|
|
|
>详情
|
|
|
|
|
</el-button>
|
|
|
|
|
<!--<el-button type="text" size="small" @click.native.stop="deleteDialog(scope.row)"-->
|
|
|
|
|