@@ -117,7 +117,7 @@
class="editsty"
@click.stop="handleChangeStatus(scope.row)"
>{{scope.row.Enabled===0?'启用':'禁用'}}</span>
- <span class="deletesty" @click.stop="delUser(scope.row)">删除</span>
+ <!-- <span class="deletesty" @click.stop="delUser(scope.row)">删除</span> -->
</div>
</template>
</el-table-column>