fix bug
This commit is contained in:
@ -129,6 +129,7 @@ resourceStatus: any;
|
|||||||
this.loading = false
|
this.loading = false
|
||||||
return data.map(item => ({
|
return data.map(item => ({
|
||||||
...item,
|
...item,
|
||||||
|
disabled: item.billStatus == '6'
|
||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
get selectedRows() {
|
get selectedRows() {
|
||||||
|
|||||||
Reference in New Issue
Block a user