|
@@ -188,7 +188,7 @@
|
|
|
v-hasPermi="['price:info:edit']">修改</el-button> -->
|
|
|
|
|
|
<el-button @click="() => {
|
|
|
- $router.push('/gallery?id=' + scope.row.id)
|
|
|
+ $router.push('/gallery?id=' + scope.row.id+'&type=1')
|
|
|
|
|
|
}" size="mini" type="text" icon="el-icon-picture-outline">图片</el-button>
|
|
|
|