|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
<router-link slot-scope="{row}"
|
|
|
|
|
slot="action"
|
|
|
|
|
:to="{path:'/shop/increase/manager/staff',query:{storeId:row.id}}">
|
|
|
|
|
:to="{path:'/shop/increase/manager/staff',query:{storeId:row.store.id}}">
|
|
|
|
|
<Button class="router-btn"> 门店导购管理</Button>
|
|
|
|
|
</router-link>
|
|
|
|
|
</Table>
|
|
|
|
|