- Added Delete Record to the CGridTableRec

This commit is contained in:
Paolo Arena
2019-10-15 20:40:23 +02:00
parent 0ee08f8430
commit 9fd858d33f
16 changed files with 210 additions and 53 deletions

View File

@@ -60,6 +60,10 @@ export default class Header extends Vue {
return UserStore.state.isAdmin
}
get isManager() {
return UserStore.state.isManager
}
get conndata_changed() {
return GlobalStore.state.connData
}