Ver Fonte

no message

linwenxin há 6 meses atrás
pai
commit
9204392de1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/setting/account/index.vue

+ 1 - 1
src/views/setting/account/index.vue

@@ -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)"