Multi-user add/edit better view

This commit is contained in:
Alireza Ahmadi
2023-02-11 09:43:50 +01:00
parent d971a61afc
commit fbc8fa7345
5 changed files with 15 additions and 6 deletions

View File

@@ -157,6 +157,10 @@
return email + (this.isClientEnable(email) == true ? ' Active' : ' Deactive')
},
getHeaderStyle(email) {
return (this.isClientEnable(email) == true ? '' : 'deactive-client')
},
getNewEmail(client) {
var chars = 'abcdefghijklmnopqrstuvwxyz1234567890';
var string = '';