|
@@ -81,11 +81,11 @@
|
|
|
<span class="table-operation" v-permission="'/work/property/inventory/detail'" @click="lookFlow(scope.row)">
|
|
|
详情
|
|
|
</span>
|
|
|
- <span class="table-operation" v-permission="'/work/property/inventory/detail'" v-if="!scope.row.projectFlowId"
|
|
|
+ <span class="table-operation" v-permission="'/work/property/inventory/update'" v-if="!scope.row.projectFlowId"
|
|
|
@click="updateFlow(scope.row)">
|
|
|
编辑
|
|
|
</span>
|
|
|
- <span class="table-operation" v-permission="'/work/property/inventory/detail'" v-if="!scope.row.projectFlowId"
|
|
|
+ <span class="table-operation" v-permission="'/work/property/inventory/delete'" v-if="!scope.row.projectFlowId"
|
|
|
@click="deleteFlow(scope.row)">
|
|
|
删除
|
|
|
</span>
|