|
@@ -258,11 +258,11 @@
|
|
placement="top"
|
|
placement="top"
|
|
>
|
|
>
|
|
<i
|
|
<i
|
|
- class="el-icon-view tb-icon"
|
|
|
|
|
|
+ class="el-icon-c-scale-to-original tb-icon"
|
|
@click="
|
|
@click="
|
|
routeGoto('goodsCostDetail', {
|
|
routeGoto('goodsCostDetail', {
|
|
id: scope.row.spuCode,
|
|
id: scope.row.spuCode,
|
|
- type: 'view',
|
|
|
|
|
|
+ type: 'editBase',
|
|
})
|
|
})
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|
|
@@ -274,11 +274,11 @@
|
|
placement="top"
|
|
placement="top"
|
|
>
|
|
>
|
|
<i
|
|
<i
|
|
- class="el-icon-view tb-icon"
|
|
|
|
|
|
+ class="el-icon-coin tb-icon"
|
|
@click="
|
|
@click="
|
|
routeGoto('goodsCostDetail', {
|
|
routeGoto('goodsCostDetail', {
|
|
id: scope.row.spuCode,
|
|
id: scope.row.spuCode,
|
|
- type: 'view',
|
|
|
|
|
|
+ type: 'editCoin',
|
|
})
|
|
})
|
|
"
|
|
"
|
|
></i>
|
|
></i>
|