|
|
@ -83,7 +83,7 @@ |
|
|
<el-button type="text" |
|
|
<el-button type="text" |
|
|
size="small" |
|
|
size="small" |
|
|
@click="userDetailHandle(scope.row.id)">查看</el-button> |
|
|
@click="userDetailHandle(scope.row.id)">查看</el-button> |
|
|
<el-button v-if="scope.row.auditStatus == 1" |
|
|
<el-button v-if="scope.row.auditStatus == 2" |
|
|
type="text" |
|
|
type="text" |
|
|
size="small" |
|
|
size="small" |
|
|
@click="checkHandle(scope.row.id,1)">审批</el-button> |
|
|
@click="checkHandle(scope.row.id,1)">审批</el-button> |
|
|
|