init
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
type="text"
|
||||
icon="el-icon-edit"
|
||||
v-if="scope.row.auditStatus === 1"
|
||||
@click="handleAudit(scope.row,3)"
|
||||
@click="handleAudit(scope.row,2)"
|
||||
v-hasPermi="['cai:userGreet:edit']"
|
||||
>通过
|
||||
</el-button>
|
||||
@@ -84,7 +84,7 @@
|
||||
type="text"
|
||||
icon="el-icon-edit"
|
||||
v-if="scope.row.auditStatus === 1"
|
||||
@click="handleAudit(scope.row,2)"
|
||||
@click="handleAudit(scope.row,3)"
|
||||
v-hasPermi="['cai:userGreet:edit']"
|
||||
>不通过
|
||||
</el-button>
|
||||
|
||||
Reference in New Issue
Block a user