|
@@ -103,7 +103,7 @@
|
|
|
<el-table-column align="center" label="操作" min-width="160">
|
|
|
<template slot-scope="scope">
|
|
|
<el-popconfirm
|
|
|
- v-if="scope.row.status"
|
|
|
+ v-if="scope.row.status && scope.row.adminUserId !== userData.adminUserId"
|
|
|
style="margin-right: 10px"
|
|
|
title="确定冻结吗?"
|
|
|
@confirm="changeStatus(scope.row.adminUserId, 0)"
|