...
|
...
|
@@ -66,6 +66,7 @@ export default function() { |
|
|
render: (h, params) => {
|
|
|
return (
|
|
|
<action-group>
|
|
|
|
|
|
<i-button type="primary" size="small" onClick={() => this.editStore(params.row)}>库存编辑</i-button>
|
|
|
<i-button type="success" size="small" onClick={() => this.$router.push({
|
|
|
name: 'repository.inventory',
|
...
|
...
|
@@ -73,6 +74,7 @@ export default function() { |
|
|
productSkn: params.row.productSkn
|
|
|
}
|
|
|
})}>库存分布</i-button>
|
|
|
|
|
|
</action-group>
|
|
|
);
|
|
|
}
|
...
|
...
|
|