fix:账户管理添加删除功能
This commit is contained in:
parent
f126d3c90d
commit
7bdd81c42b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue