- Add saldo to member's list
This commit is contained in:
@@ -68,6 +68,10 @@ export const useCircuitStore = defineStore('CircuitStore', {
|
||||
return 'red'
|
||||
},
|
||||
|
||||
getCircuitByName(circuitname: string): ICircuit | undefined | null {
|
||||
return this.listcircuits.find((rec: ICircuit) => rec.name === circuitname)
|
||||
},
|
||||
|
||||
async loadCircuits() {
|
||||
return Api.SendReq('/users/circuits', 'POST', null)
|
||||
.then((res) => {
|
||||
|
||||
@@ -2377,6 +2377,12 @@ export const colTableUsersISP = [
|
||||
AddCol({
|
||||
name: 'profile.teleg_id', field: 'profile', subfield: 'teleg_id', label_trans: 'reg.teleg_id',
|
||||
}),
|
||||
AddCol({
|
||||
name: 'tokenreg', label_trans: 'reg.tokenreg',
|
||||
}),
|
||||
AddCol({
|
||||
name: 'date_tokenreg', label_trans: 'reg.date_tokenreg',
|
||||
}),
|
||||
AddCol({
|
||||
name: 'profile.teleg_id_old',
|
||||
field: 'profile',
|
||||
|
||||
Reference in New Issue
Block a user