|
|
@@ -272,7 +272,7 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
- v-if="scope.row.status==0"
|
|
|
+ v-if="scope.row.status==0 && scope.row.orgId==orgId"
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-view"
|
|
|
@@ -281,7 +281,7 @@
|
|
|
>审批
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
- v-if="scope.row.status!=0"
|
|
|
+ v-if="scope.row.status!=0 || scope.row.orgId!=orgId"
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-view"
|