fix:账户管理添加删除功能

This commit is contained in:
shijing 2025-04-21 11:29:27 +08:00
parent f126d3c90d
commit 7bdd81c42b
1 changed files with 4 additions and 2 deletions

View File

@ -163,7 +163,8 @@
>
重置密码
</el-button>
<!-- <el-popconfirm
<el-popconfirm
v-if="!query.is_deleted"
title="确定删除吗?"
@confirm="table_del(scope.row, scope.$index)"
>
@ -177,7 +178,7 @@
删除
</el-button>
</template>
</el-popconfirm> -->
</el-popconfirm>
</template>
</el-table-column>
</scTable>
@ -391,6 +392,7 @@ export default {
this.addForm.username = row.username;
this.addForm.phone = row.phone;
this.addForm.is_active = row.is_active;
this.addForm.is_deleted = row.is_deleted;
this.addForm.type = row.type;
},
formSetting(row) {