|
@@ -150,7 +150,7 @@
|
|
@click="tableButton(2,scope.row)"
|
|
@click="tableButton(2,scope.row)"
|
|
>详情</p>
|
|
>详情</p>
|
|
<p class="table-button-p"
|
|
<p class="table-button-p"
|
|
- v-if="scope.row.source==2 || scope.row.source==3"
|
|
|
|
|
|
+ v-if="scope.row.source==2 || scope.row.source==3 || scope.row.source==4"
|
|
v-hasPermiRouter="['stock:wait:edit']"
|
|
v-hasPermiRouter="['stock:wait:edit']"
|
|
@click="tableButton(3,scope.row)"
|
|
@click="tableButton(3,scope.row)"
|
|
>编辑</p>
|
|
>编辑</p>
|