第三方产品信息界面样式修改

prod
郑明梁 3 years ago
parent 971eee60a2
commit 45e65f25ca

@ -62,14 +62,12 @@
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"
size="small"
@click.native.stop="downloadExcel(scope.row)" @click.native.stop="downloadExcel(scope.row)"
>下载 >下载
</el-button </el-button
> >
<el-button <el-button
type="text" type="text"
size="small"
@click.native.stop="deleteDialog(scope.row.id)" @click.native.stop="deleteDialog(scope.row.id)"
>删除 >删除
</el-button </el-button

@ -115,14 +115,12 @@
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"
size="small"
@click.native.stop="handleDetailClick(scope.row)" @click.native.stop="handleDetailClick(scope.row)"
>详情 >详情
</el-button </el-button
> >
<el-button <el-button
type="text" type="text"
size="small"
@click.native.stop="deleteDialog(scope.row.id)" @click.native.stop="deleteDialog(scope.row.id)"
>删除 >删除
</el-button </el-button

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

Loading…
Cancel
Save