Lista Doni Navi
This commit is contained in:
0
src/views/Auth.vue
Normal file → Executable file
0
src/views/Auth.vue
Normal file → Executable file
0
src/views/AuthSuccess.vue
Normal file → Executable file
0
src/views/AuthSuccess.vue
Normal file → Executable file
0
src/views/Error404.vue
Normal file → Executable file
0
src/views/Error404.vue
Normal file → Executable file
0
src/views/admin/TableOnlyView/index.ts
Normal file → Executable file
0
src/views/admin/TableOnlyView/index.ts
Normal file → Executable file
0
src/views/admin/TableOnlyView/tableOnlyView.scss
Normal file → Executable file
0
src/views/admin/TableOnlyView/tableOnlyView.scss
Normal file → Executable file
0
src/views/admin/TableOnlyView/tableOnlyView.ts
Normal file → Executable file
0
src/views/admin/TableOnlyView/tableOnlyView.ts
Normal file → Executable file
0
src/views/admin/TableOnlyView/tableOnlyView.vue
Normal file → Executable file
0
src/views/admin/TableOnlyView/tableOnlyView.vue
Normal file → Executable file
0
src/views/admin/cfgServer/cfgServer.scss
Normal file → Executable file
0
src/views/admin/cfgServer/cfgServer.scss
Normal file → Executable file
0
src/views/admin/cfgServer/cfgServer.ts
Normal file → Executable file
0
src/views/admin/cfgServer/cfgServer.ts
Normal file → Executable file
0
src/views/admin/cfgServer/cfgServer.vue
Normal file → Executable file
0
src/views/admin/cfgServer/cfgServer.vue
Normal file → Executable file
0
src/views/admin/cfgServer/index.ts
Normal file → Executable file
0
src/views/admin/cfgServer/index.ts
Normal file → Executable file
0
src/views/admin/dbop/dbop.scss
Normal file → Executable file
0
src/views/admin/dbop/dbop.scss
Normal file → Executable file
2
src/views/admin/dbop/dbop.ts
Normal file → Executable file
2
src/views/admin/dbop/dbop.ts
Normal file → Executable file
@@ -61,7 +61,7 @@ export default class Dbop extends Vue {
|
||||
|
||||
if (miafunz === 'visuPlacca') {
|
||||
this.placca = ris.placca
|
||||
} else if (miafunz === 'visuListaIngresso' || miafunz === 'visuListaNave' || miafunz === 'visuNave' || miafunz === 'creaNave') {
|
||||
} else if (miafunz === 'visuListaIngresso' || miafunz === 'visuListaNave' || miafunz === 'visuNave' || miafunz === 'creaNaviProvvisorie' || miafunz === 'creaNaviDefinitive') {
|
||||
this.placca = ris.mystr
|
||||
} else {
|
||||
this.ris = ris
|
||||
|
||||
13
src/views/admin/dbop/dbop.vue
Normal file → Executable file
13
src/views/admin/dbop/dbop.vue
Normal file → Executable file
@@ -23,12 +23,17 @@
|
||||
<q-btn label="Inizializza ListaIngresso" color="negative" @click="EseguiFunz('initListaIngresso')"></q-btn><br>
|
||||
<q-btn label="Crea ListaIngresso" color="negative" @click="EseguiFunz('creaLista')"></q-btn>
|
||||
</div>
|
||||
<!--
|
||||
<div class="row">
|
||||
<q-btn label="Elimina Navi" color="negative" @click="EseguiFunz('delNavi')"></q-btn><br>
|
||||
</div>
|
||||
-->
|
||||
<div class="row">
|
||||
<q-btn label="Elimina Navi non Partite" color="negative" @click="EseguiFunz('delNaviNoStarted')"></q-btn><br>
|
||||
</div>
|
||||
<div class="row">
|
||||
<q-btn label="Elimina Navi Provvisorie" color="negative" @click="EseguiFunz('delNaviProvvisorie')"></q-btn><br>
|
||||
</div>
|
||||
<div>
|
||||
<CDateTime
|
||||
:value.sync="date_start"
|
||||
@@ -36,7 +41,8 @@
|
||||
:readonly="false">
|
||||
</CDateTime>
|
||||
<q-input v-model="numpersone" type="number" autofocus label="Num Persone to Add" style="width: 50px;"></q-input>
|
||||
<q-btn label="Crea Nave" color="negative" @click="EseguiFunz('creaNave')"></q-btn>
|
||||
<q-btn label="Crea Navi Provvisorie" color="negative" @click="EseguiFunz('creaNaviProvvisorie')"></q-btn>
|
||||
<q-btn label="Crea Navi Definitive" color="negative" @click="EseguiFunz('creaNaviDefinitive')"></q-btn>
|
||||
</div>
|
||||
<div v-if="!incaricamento" class="row">
|
||||
<CMyFieldDb title="Riga"
|
||||
@@ -71,6 +77,9 @@
|
||||
</CMyFieldDb>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<q-btn label="Pulisci chi non è presente in Nave" color="primary" @click="EseguiFunz('pulisciNonPresenzeInNave')"></q-btn><br>
|
||||
</div>
|
||||
<div class="row">
|
||||
<q-btn label="Visualizza Lista Nave" color="primary" @click="EseguiFunz('visuListaNave')"></q-btn><br>
|
||||
</div>
|
||||
@@ -87,7 +96,7 @@
|
||||
<q-btn label="Visualizza Nave da 8" color="primary" @click="EseguiFunz('visuPlacca')"></q-btn><br>
|
||||
<q-btn label="Visualizza Nave" color="primary" @click="EseguiFunz('visuNave')"></q-btn><br>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="row">listadonatoridelsognatore
|
||||
<q-input v-model="placca" type="textarea" autofocus label="Placca" autogrow style="width: 500px; height: 400px;"></q-input>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
0
src/views/admin/dbop/index.ts
Normal file → Executable file
0
src/views/admin/dbop/index.ts
Normal file → Executable file
0
src/views/admin/extralist/extralist.scss
Normal file → Executable file
0
src/views/admin/extralist/extralist.scss
Normal file → Executable file
0
src/views/admin/extralist/extralist.ts
Normal file → Executable file
0
src/views/admin/extralist/extralist.ts
Normal file → Executable file
0
src/views/admin/extralist/extralist.vue
Normal file → Executable file
0
src/views/admin/extralist/extralist.vue
Normal file → Executable file
0
src/views/admin/extralist/index.ts
Normal file → Executable file
0
src/views/admin/extralist/index.ts
Normal file → Executable file
0
src/views/admin/testp1/index.ts
Normal file → Executable file
0
src/views/admin/testp1/index.ts
Normal file → Executable file
0
src/views/admin/testp1/testp1.scss
Normal file → Executable file
0
src/views/admin/testp1/testp1.scss
Normal file → Executable file
0
src/views/admin/testp1/testp1.ts
Normal file → Executable file
0
src/views/admin/testp1/testp1.ts
Normal file → Executable file
0
src/views/admin/testp1/testp1.vue
Normal file → Executable file
0
src/views/admin/testp1/testp1.vue
Normal file → Executable file
0
src/views/categories/SingleCat/SingleCat.scss
Normal file → Executable file
0
src/views/categories/SingleCat/SingleCat.scss
Normal file → Executable file
0
src/views/categories/SingleCat/SingleCat.ts
Normal file → Executable file
0
src/views/categories/SingleCat/SingleCat.ts
Normal file → Executable file
0
src/views/categories/SingleCat/SingleCat.vue
Normal file → Executable file
0
src/views/categories/SingleCat/SingleCat.vue
Normal file → Executable file
0
src/views/categories/SingleCat/index.ts
Normal file → Executable file
0
src/views/categories/SingleCat/index.ts
Normal file → Executable file
0
src/views/categories/TableData/TableData.scss
Normal file → Executable file
0
src/views/categories/TableData/TableData.scss
Normal file → Executable file
0
src/views/categories/TableData/TableData.ts
Normal file → Executable file
0
src/views/categories/TableData/TableData.ts
Normal file → Executable file
0
src/views/categories/TableData/TableData.vue
Normal file → Executable file
0
src/views/categories/TableData/TableData.vue
Normal file → Executable file
0
src/views/categories/TableData/index.ts
Normal file → Executable file
0
src/views/categories/TableData/index.ts
Normal file → Executable file
0
src/views/categories/category/category.scss
Normal file → Executable file
0
src/views/categories/category/category.scss
Normal file → Executable file
0
src/views/categories/category/category.ts
Normal file → Executable file
0
src/views/categories/category/category.ts
Normal file → Executable file
0
src/views/categories/category/category.vue
Normal file → Executable file
0
src/views/categories/category/category.vue
Normal file → Executable file
0
src/views/categories/category/index.ts
Normal file → Executable file
0
src/views/categories/category/index.ts
Normal file → Executable file
0
src/views/categories/index.ts
Normal file → Executable file
0
src/views/categories/index.ts
Normal file → Executable file
0
src/views/email/unsubscribe/unsubscribe.scss
Normal file → Executable file
0
src/views/email/unsubscribe/unsubscribe.scss
Normal file → Executable file
0
src/views/email/unsubscribe/unsubscribe.ts
Normal file → Executable file
0
src/views/email/unsubscribe/unsubscribe.ts
Normal file → Executable file
0
src/views/email/unsubscribe/unsubscribe.vue
Normal file → Executable file
0
src/views/email/unsubscribe/unsubscribe.vue
Normal file → Executable file
0
src/views/index.ts
Normal file → Executable file
0
src/views/index.ts
Normal file → Executable file
0
src/views/login/logoData.ts
Normal file → Executable file
0
src/views/login/logoData.ts
Normal file → Executable file
0
src/views/login/regok/regok.scss
Normal file → Executable file
0
src/views/login/regok/regok.scss
Normal file → Executable file
0
src/views/login/regok/regok.ts
Normal file → Executable file
0
src/views/login/regok/regok.ts
Normal file → Executable file
0
src/views/login/regok/regok.vue
Normal file → Executable file
0
src/views/login/regok/regok.vue
Normal file → Executable file
123
src/views/login/requestresetpwd.vue
Normal file
123
src/views/login/requestresetpwd.vue
Normal file
@@ -0,0 +1,123 @@
|
||||
<template>
|
||||
<div class="mypanel">
|
||||
|
||||
<div v-if="!emailinviata">
|
||||
<q-banner
|
||||
rounded
|
||||
class="bg-primary text-white"
|
||||
style="text-align: center;">
|
||||
<span class="mybanner">{{ $t('reset.title_reset_pwd')}}</span>
|
||||
</q-banner>
|
||||
<br>
|
||||
|
||||
<q-field
|
||||
:error="$v.form.email.$error"
|
||||
:error-label="`${errorMsg('email', $v.form.email)}`"
|
||||
>
|
||||
<q-input
|
||||
v-model="form.email"
|
||||
autocomplete="email"
|
||||
@change="val => { form.email = val }"
|
||||
:before="[{icon: 'mail', handler () {}}]"
|
||||
@blur="$v.form.email.$touch"
|
||||
:error="$v.form.email.$error"
|
||||
:float-label="$t('reg.email')"
|
||||
/>
|
||||
</q-field>
|
||||
|
||||
<div align="center">
|
||||
<q-btn rounded size="lg" color="primary" @click="submit" :disable="$v.$error">
|
||||
{{$t('login.send_reset_pwd')}}
|
||||
</q-btn>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div v-else>
|
||||
<q-banner
|
||||
rounded
|
||||
class="bg-primary text-white"
|
||||
style="text-align: center;">
|
||||
<span class="mybanner">{{ $t('reset.email_sent')}}</span>
|
||||
</q-banner>
|
||||
<br>
|
||||
|
||||
<div>
|
||||
{{ $t('reset.check_email')}}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" >
|
||||
|
||||
import {mapActions} from 'vuex'
|
||||
import * as types from '../../store/mutation-types'
|
||||
|
||||
import {serv_constants} from '../../store/Modules/serv_constants'
|
||||
|
||||
|
||||
import Vue from 'vue'
|
||||
import { email, required } from "vuelidate/lib/validators"
|
||||
import { UserStore } from "../../store/Modules";
|
||||
import { IUserFields, IUserState } from "../../model"
|
||||
import { tools } from "../../store/Modules/tools";
|
||||
import { toolsext } from '@src/store/Modules/toolsext'
|
||||
export default class RequestResetPwd extends Vue{
|
||||
emailsent = false
|
||||
form: IUserFields = {
|
||||
email: '',
|
||||
tokenforgot: ''
|
||||
}
|
||||
|
||||
created() {
|
||||
// this.load();
|
||||
}
|
||||
get emailinviata() {
|
||||
return this.emailsent
|
||||
}
|
||||
// validations: {
|
||||
// form: {
|
||||
// email: {
|
||||
// required, email,
|
||||
// },
|
||||
// }
|
||||
// },
|
||||
|
||||
submit() {
|
||||
this.$v.form.$touch()
|
||||
|
||||
if (this.$v.form.$error) {
|
||||
tools.showNotif(this.$q, this.$t('reg.err.errore_generico'))
|
||||
return
|
||||
}
|
||||
|
||||
this.$q.loading.show({message: this.$t('reset.incorso')})
|
||||
|
||||
this.form.tokenforgot = ''
|
||||
|
||||
console.log(this.form);
|
||||
UserStore.actions.requestpwd(this.form)
|
||||
.then((ris) => {
|
||||
if (ris.code === serv_constants.RIS_CODE_OK)
|
||||
this.emailsent = true
|
||||
this.$q.loading.hide()
|
||||
}).catch(err => {
|
||||
console.log("ERROR = " + err.error)
|
||||
this.$q.loading.hide()
|
||||
});
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.mypanel {
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
|
||||
}
|
||||
</style>
|
||||
0
src/views/login/signin/signin.scss
Normal file → Executable file
0
src/views/login/signin/signin.scss
Normal file → Executable file
0
src/views/login/signin/signin.ts
Normal file → Executable file
0
src/views/login/signin/signin.ts
Normal file → Executable file
0
src/views/login/signin/signin.vue
Normal file → Executable file
0
src/views/login/signin/signin.vue
Normal file → Executable file
0
src/views/login/signin_noreg/signin_noreg.scss
Normal file → Executable file
0
src/views/login/signin_noreg/signin_noreg.scss
Normal file → Executable file
0
src/views/login/signin_noreg/signin_noreg.ts
Normal file → Executable file
0
src/views/login/signin_noreg/signin_noreg.ts
Normal file → Executable file
0
src/views/login/signin_noreg/signin_noreg.vue
Normal file → Executable file
0
src/views/login/signin_noreg/signin_noreg.vue
Normal file → Executable file
37
src/views/login/signup/signup-validate.ts
Normal file
37
src/views/login/signup/signup-validate.ts
Normal file
@@ -0,0 +1,37 @@
|
||||
import { ISignupOptions } from 'model'
|
||||
import { email, minLength, required, sameAs } from 'vuelidate/lib/validators'
|
||||
// import { ValidationRuleset } from 'vuelidate'
|
||||
import { complexity, registeredemail, registereduser } from '../../../validation'
|
||||
|
||||
export interface TSignup { signup: ISignupOptions, validationGroup: string[] }
|
||||
|
||||
export const validations = {
|
||||
signup: {
|
||||
repeatPassword: {
|
||||
required,
|
||||
sameAsPassword: sameAs('password')
|
||||
},
|
||||
password: {
|
||||
complexity,
|
||||
required
|
||||
},
|
||||
username: {
|
||||
registereduser,
|
||||
required
|
||||
},
|
||||
name: {
|
||||
required
|
||||
},
|
||||
surname: {
|
||||
required
|
||||
},
|
||||
email: {
|
||||
email,
|
||||
registeredemail,
|
||||
required
|
||||
},
|
||||
terms: {
|
||||
required
|
||||
}
|
||||
}
|
||||
}
|
||||
0
src/views/login/signup/signup.scss
Normal file → Executable file
0
src/views/login/signup/signup.scss
Normal file → Executable file
0
src/views/login/signup/signup.ts
Normal file → Executable file
0
src/views/login/signup/signup.ts
Normal file → Executable file
0
src/views/login/signup/signup.vue
Normal file → Executable file
0
src/views/login/signup/signup.vue
Normal file → Executable file
0
src/views/login/signup_complete/signup_complete.scss
Normal file → Executable file
0
src/views/login/signup_complete/signup_complete.scss
Normal file → Executable file
0
src/views/login/signup_complete/signup_complete.ts
Normal file → Executable file
0
src/views/login/signup_complete/signup_complete.ts
Normal file → Executable file
0
src/views/login/signup_complete/signup_complete.vue
Normal file → Executable file
0
src/views/login/signup_complete/signup_complete.vue
Normal file → Executable file
140
src/views/login/updatepassword.vue
Normal file
140
src/views/login/updatepassword.vue
Normal file
@@ -0,0 +1,140 @@
|
||||
<template>
|
||||
<div class="mypanel">
|
||||
|
||||
<div v-if="!emailinviata">
|
||||
<q-banner
|
||||
rounded
|
||||
class="bg-primary text-white"
|
||||
style="text-align: center;">
|
||||
<span class="mybanner">{{ $t('reset.title_update_pwd')}}</span>
|
||||
</q-banner>
|
||||
<br>
|
||||
|
||||
<q-field
|
||||
:error="$v.form.password.$error"
|
||||
:error-label="`${errorMsg('password', $v.form.password)}`"
|
||||
>
|
||||
<q-input
|
||||
v-model="form.password"
|
||||
:before="[{icon: 'vpn_key', handler () {}}]"
|
||||
@blur="$v.form.password.$touch"
|
||||
:error="$v.form.password.$error"
|
||||
:float-label="$t('reg.password')"
|
||||
/>
|
||||
</q-field>
|
||||
|
||||
<q-field
|
||||
:error="$v.form.repeatPassword.$error"
|
||||
:error-label="`${errorMsg('repeatpassword', $v.form.repeatPassword)}`"
|
||||
>
|
||||
<q-input
|
||||
v-model="form.repeatPassword"
|
||||
:before="[{icon: 'vpn_key', handler () {}}]"
|
||||
@blur="$v.form.repeatPassword.$touch"
|
||||
:error="$v.form.repeatPassword.$error"
|
||||
:float-label="$t('reg.repeatPassword')"
|
||||
/>
|
||||
</q-field>
|
||||
|
||||
<div align="center">
|
||||
<q-btn rounded size="lg" color="primary" @click="submit" :disable="$v.$error">
|
||||
{{$t('reset.update_password')}}
|
||||
</q-btn>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div v-else>
|
||||
<q-banner
|
||||
rounded
|
||||
class="bg-primary text-white"
|
||||
style="text-align: center;">
|
||||
<span class="mybanner">{{ $t('reset.email_sent')}}</span>
|
||||
</q-banner>
|
||||
<br>
|
||||
|
||||
<div>
|
||||
{{ $t('reset.check_email')}}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
||||
import { mapActions } from 'vuex'
|
||||
import * as types from '../../store/mutation-types'
|
||||
//import {tools} from '../../store/Modules/user'
|
||||
|
||||
import { serv_constants } from '../../store/Modules/serv_constants'
|
||||
|
||||
|
||||
import Vue from 'vue'
|
||||
import { required } from "vuelidate/lib/validators"
|
||||
import { UserStore } from "../../store/Modules";
|
||||
import { IUserFields, IUserState } from "../../model"
|
||||
import { tools } from "../../store/Modules/tools";
|
||||
import { toolsext } from '@src/store/Modules/toolsext'
|
||||
|
||||
export default class UpdatePassword extends Vue {
|
||||
emailsent = false
|
||||
form = {
|
||||
password: '',
|
||||
repeatPassword: '',
|
||||
tokenforgot: '',
|
||||
}
|
||||
|
||||
created() {
|
||||
// this.load()
|
||||
}
|
||||
get emailinviata() {
|
||||
return this.emailsent
|
||||
}
|
||||
// validations: {
|
||||
// form: {
|
||||
// password: {
|
||||
// required,
|
||||
// },
|
||||
// repeatPassword: {
|
||||
// required,
|
||||
// sameAsPassword: sameAs('password')
|
||||
// },
|
||||
// }
|
||||
// },
|
||||
|
||||
submit() {
|
||||
this.$v.form.$touch()
|
||||
|
||||
if (this.$v.form.$error) {
|
||||
tools.showNotif(this.$q, this.$t('reg.err.errore_generico'))
|
||||
return
|
||||
}
|
||||
|
||||
this.$q.loading.show({ message: this.$t('reset.incorso') })
|
||||
|
||||
this.form.tokenforgot = ''
|
||||
|
||||
console.log(this.form)
|
||||
UserStore.actions.resetpwd(this.form)
|
||||
.then((ris) => {
|
||||
this.emailsent = ris.updatepwd
|
||||
this.$q.loading.hide()
|
||||
}).catch(error => {
|
||||
console.log("ERROR = " + error)
|
||||
this.$q.loading.hide()
|
||||
})
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.mypanel {
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
|
||||
}
|
||||
</style>
|
||||
0
src/views/login/vreg/vreg.scss
Normal file → Executable file
0
src/views/login/vreg/vreg.scss
Normal file → Executable file
0
src/views/login/vreg/vreg.ts
Normal file → Executable file
0
src/views/login/vreg/vreg.ts
Normal file → Executable file
0
src/views/login/vreg/vreg.vue
Normal file → Executable file
0
src/views/login/vreg/vreg.vue
Normal file → Executable file
0
src/views/messages/index.ts
Normal file → Executable file
0
src/views/messages/index.ts
Normal file → Executable file
0
src/views/messages/messages.scss
Normal file → Executable file
0
src/views/messages/messages.scss
Normal file → Executable file
0
src/views/messages/messages.ts
Normal file → Executable file
0
src/views/messages/messages.ts
Normal file → Executable file
0
src/views/messages/messages.vue
Normal file → Executable file
0
src/views/messages/messages.vue
Normal file → Executable file
0
src/views/offline/index.ts
Normal file → Executable file
0
src/views/offline/index.ts
Normal file → Executable file
0
src/views/offline/offline.scss
Normal file → Executable file
0
src/views/offline/offline.scss
Normal file → Executable file
0
src/views/offline/offline.ts
Normal file → Executable file
0
src/views/offline/offline.ts
Normal file → Executable file
0
src/views/offline/offline.vue
Normal file → Executable file
0
src/views/offline/offline.vue
Normal file → Executable file
0
src/views/pages/estimate/estimate.scss
Normal file → Executable file
0
src/views/pages/estimate/estimate.scss
Normal file → Executable file
0
src/views/pages/estimate/estimate.ts
Normal file → Executable file
0
src/views/pages/estimate/estimate.ts
Normal file → Executable file
0
src/views/pages/estimate/estimate.vue
Normal file → Executable file
0
src/views/pages/estimate/estimate.vue
Normal file → Executable file
0
src/views/pages/estimate/index.ts
Normal file → Executable file
0
src/views/pages/estimate/index.ts
Normal file → Executable file
0
src/views/projects/proj-list/proj-list.scss
Normal file → Executable file
0
src/views/projects/proj-list/proj-list.scss
Normal file → Executable file
0
src/views/projects/proj-list/proj-list.ts
Normal file → Executable file
0
src/views/projects/proj-list/proj-list.ts
Normal file → Executable file
0
src/views/projects/proj-list/proj-list.vue
Normal file → Executable file
0
src/views/projects/proj-list/proj-list.vue
Normal file → Executable file
0
src/views/requestresetpwd/request-resetpwd-validate.ts
Normal file → Executable file
0
src/views/requestresetpwd/request-resetpwd-validate.ts
Normal file → Executable file
0
src/views/requestresetpwd/requestresetpwd.scss
Normal file → Executable file
0
src/views/requestresetpwd/requestresetpwd.scss
Normal file → Executable file
0
src/views/requestresetpwd/requestresetpwd.ts
Normal file → Executable file
0
src/views/requestresetpwd/requestresetpwd.ts
Normal file → Executable file
0
src/views/requestresetpwd/requestresetpwd.vue
Normal file → Executable file
0
src/views/requestresetpwd/requestresetpwd.vue
Normal file → Executable file
0
src/views/test/pao.vue
Normal file → Executable file
0
src/views/test/pao.vue
Normal file → Executable file
0
src/views/todo-list/index.ts
Normal file → Executable file
0
src/views/todo-list/index.ts
Normal file → Executable file
0
src/views/todo-list/todo-list.scss
Normal file → Executable file
0
src/views/todo-list/todo-list.scss
Normal file → Executable file
0
src/views/todo-list/todo-list.ts
Normal file → Executable file
0
src/views/todo-list/todo-list.ts
Normal file → Executable file
0
src/views/todo-list/todo-list.vue
Normal file → Executable file
0
src/views/todo-list/todo-list.vue
Normal file → Executable file
0
src/views/updatepassword/request-resetpwd-validate.ts
Normal file → Executable file
0
src/views/updatepassword/request-resetpwd-validate.ts
Normal file → Executable file
0
src/views/updatepassword/updatepassword.scss
Normal file → Executable file
0
src/views/updatepassword/updatepassword.scss
Normal file → Executable file
0
src/views/updatepassword/updatepassword.ts
Normal file → Executable file
0
src/views/updatepassword/updatepassword.ts
Normal file → Executable file
0
src/views/updatepassword/updatepassword.vue
Normal file → Executable file
0
src/views/updatepassword/updatepassword.vue
Normal file → Executable file
0
src/views/user/dashboard/dashboard.scss
Normal file → Executable file
0
src/views/user/dashboard/dashboard.scss
Normal file → Executable file
0
src/views/user/dashboard/dashboard.ts
Normal file → Executable file
0
src/views/user/dashboard/dashboard.ts
Normal file → Executable file
0
src/views/user/dashboard/dashboard.vue
Normal file → Executable file
0
src/views/user/dashboard/dashboard.vue
Normal file → Executable file
0
src/views/user/profile/profile.scss
Normal file → Executable file
0
src/views/user/profile/profile.scss
Normal file → Executable file
0
src/views/user/profile/profile.ts
Normal file → Executable file
0
src/views/user/profile/profile.ts
Normal file → Executable file
0
src/views/user/profile/profile.vue
Normal file → Executable file
0
src/views/user/profile/profile.vue
Normal file → Executable file
Reference in New Issue
Block a user