|
@@ -152,7 +152,7 @@ export default {
|
|
|
...mapGetters(["tablebtnSize", "searchSize", "size"]),
|
|
|
powers() {
|
|
|
const { btnList } = this.$store.getters;
|
|
|
- const tran = btnList.find(i => i.menu_route == "vendorCorrection") || {};
|
|
|
+ const tran = btnList.find(i => i.menu_route == "taxCorrection") || {};
|
|
|
const { action } = tran ?? {};
|
|
|
return action ?? [];
|
|
|
}
|