|
@@ -109,7 +109,7 @@
|
|
|
<el-tooltip content="登录限制" placement="top" :show-after="1000" v-if="scope.row.userId !== 1 && scope.row.userId !== -1">
|
|
|
<!-- <i class="el-icon-info"></i> -->
|
|
|
<el-button link type="primary" icon="Operation" @click="handleLoginLimit(scope.row)"
|
|
|
- v-hasPermi="['system:user:resetPwd']"></el-button>
|
|
|
+ v-hasPermi="['system:expand:edit']"></el-button>
|
|
|
</el-tooltip>
|
|
|
</template>
|
|
|
</el-table-column>
|