Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
49581a88
Commit
49581a88
authored
Feb 02, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
974c6ef1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
appointment.vue
pages/appointment/appointment.vue
+3
-4
No files found.
pages/appointment/appointment.vue
View file @
49581a88
...
...
@@ -227,16 +227,14 @@ import zzxCalendar from './components/zzx-calendar/zzx-calendar.vue'
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
this
.
secondary
=
this
.
$uiConfig
.
secondary
;
},
onPageScroll
(
e
){
console
.
log
(
e
)
},
methods
:{
datechange
(
e
){
console
.
log
(
e
)
},
getweekMode
(
e
){
console
.
log
(
e
)
this
.
weekMode
=
e
},
...
...
@@ -244,6 +242,7 @@ import zzxCalendar from './components/zzx-calendar/zzx-calendar.vue'
let
that
=
this
if
(
that
.
weekMode
==
false
){
that
.
$refs
.
zzx
.
changeMode
()
that
.
weekMode
=
true
}
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment