fix Registrazione data
fix linkref fix controllo login fix pagination CGridTableRec added CstatusReg e Cstatus
This commit is contained in:
30
src/components/CNextZoom/CNextZoom.ts
Normal file
30
src/components/CNextZoom/CNextZoom.ts
Normal file
@@ -0,0 +1,30 @@
|
||||
import { Component, Prop, Watch } from 'vue-property-decorator'
|
||||
import { INotData } from '../../model/index'
|
||||
import { tools } from '../../store/Modules/tools'
|
||||
import { NotevoleStore } from '@store'
|
||||
import MixinBase from '@src/mixins/mixin-base'
|
||||
import { validationMixin } from 'vuelidate'
|
||||
import { validations } from '../CSignUpNotevole/CSignUp-validate'
|
||||
import { CTitleBanner } from '@components'
|
||||
import { CCardState } from '../CCardState'
|
||||
import { UserStore } from '../../store/Modules'
|
||||
import { GlobalStore } from '../../store'
|
||||
|
||||
@Component({
|
||||
name: 'CStatusReg',
|
||||
components: { CTitleBanner, CCardState }
|
||||
})
|
||||
|
||||
export default class CNextZoom extends MixinBase {
|
||||
public $t
|
||||
|
||||
get listacalzoom() {
|
||||
return GlobalStore.state.calzoom
|
||||
}
|
||||
|
||||
get nextconf() {
|
||||
if (!!this.listacalzoom) {
|
||||
return tools.getstrTime(this.listacalzoom[0].date_start)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user