|
@@ -482,6 +482,21 @@ const Table = useTable({
|
|
async onClick({ scope }: any) {
|
|
async onClick({ scope }: any) {
|
|
currentStatus = scope.row.status;
|
|
currentStatus = scope.row.status;
|
|
Upsert.value?.edit(scope.row);
|
|
Upsert.value?.edit(scope.row);
|
|
|
|
+ Upsert.value?.setProps('accountNo', {
|
|
|
|
+ readonly: false
|
|
|
|
+ })
|
|
|
|
+ Upsert.value?.setProps('bankName', {
|
|
|
|
+ readonly: false
|
|
|
|
+ })
|
|
|
|
+ Upsert.value?.setProps('bankCode', {
|
|
|
|
+ readonly: false
|
|
|
|
+ })
|
|
|
|
+ Upsert.value?.setProps('accountName', {
|
|
|
|
+ readonly: false
|
|
|
|
+ })
|
|
|
|
+ Upsert.value?.setProps('status', {
|
|
|
|
+ disabled: false
|
|
|
|
+ })
|
|
}
|
|
}
|
|
});
|
|
});
|
|
}
|
|
}
|