代码调整

This commit is contained in:
dong 2022-10-26 17:25:48 +08:00
parent 48fe57cde1
commit a163ba51db
2 changed files with 1 additions and 2 deletions

View File

@ -142,7 +142,7 @@ export default {
{
name: '权限流向',
handleClick: this.handleRestoreList,
// showControl: (row) => { return row.amount !== row.remains; },
showControl: (row) => { return row.amount !== row.remains; },
type: ''
}
]

View File

@ -137,7 +137,6 @@ export default {
},
methods: {
doShow(index, row) {
console.log(row);
if (!row.id) { return; }
this.id = row.id;
this.dialogShow = true;