|
@@ -97,7 +97,7 @@
|
|
|
icon="el-icon-download"
|
|
|
size="small"
|
|
|
@click="handleExportDraw"
|
|
|
- v-hasPermi="['order:store:export']"
|
|
|
+ v-hasPermi="['channelGoods:channel:export']"
|
|
|
>导出订单
|
|
|
</el-button
|
|
|
>
|
|
@@ -190,7 +190,7 @@
|
|
|
<template slot-scope="{ row }">
|
|
|
<div>
|
|
|
<el-button
|
|
|
- v-hasPermi="['order:store:query']"
|
|
|
+ v-hasPermi="['channelGoods:channel:query']"
|
|
|
type="text"
|
|
|
@click="getDetail(row)"
|
|
|
>查看详情
|
|
@@ -198,7 +198,7 @@
|
|
|
>
|
|
|
<el-button
|
|
|
v-if="row.status.value === 1 || row.status.value === 4"
|
|
|
- v-hasPermi="['order:store:ship']"
|
|
|
+ v-hasPermi="['channelGoods:channel:ship']"
|
|
|
type="text"
|
|
|
@click="toGoods(row)"
|
|
|
>发货
|