diff --git a/jero-web/src/views/phoneView/home.vue b/jero-web/src/views/phoneView/home.vue index 53dc7330f..1f260c78a 100644 --- a/jero-web/src/views/phoneView/home.vue +++ b/jero-web/src/views/phoneView/home.vue @@ -1,13 +1,47 @@ \ No newline at end of file diff --git a/jero-web/src/views/phoneView/search.vue b/jero-web/src/views/phoneView/search.vue index a452cf96e..1d761c423 100644 --- a/jero-web/src/views/phoneView/search.vue +++ b/jero-web/src/views/phoneView/search.vue @@ -63,7 +63,19 @@ }, methods: { onChange(value) { - console.log(value) + if (value == 'toDoCenter') { + this.$router.push({ + path: '/phoneToDoCenter' + }) + } else if (value == 'taskData') { + this.$router.push({ + path: '/phoneTaskData' + }) + } else if (value == 'home') { + this.$router.push({ + path: '/phoneHome' + }) + } } } } @@ -81,7 +93,7 @@ .header-box { width: 100%; text-align: center; - padding-top: 2.5rem; + padding-top: 2.2rem; display: flex; align-items: center; justify-content: center; diff --git a/jero-web/src/views/phoneView/taskData.vue b/jero-web/src/views/phoneView/taskData.vue index a76af35ee..acac3b1f7 100644 --- a/jero-web/src/views/phoneView/taskData.vue +++ b/jero-web/src/views/phoneView/taskData.vue @@ -1,13 +1,188 @@ \ No newline at end of file diff --git a/jero-web/src/views/phoneView/toDoCenter.vue b/jero-web/src/views/phoneView/toDoCenter.vue index 0429dd858..986b26fcf 100644 --- a/jero-web/src/views/phoneView/toDoCenter.vue +++ b/jero-web/src/views/phoneView/toDoCenter.vue @@ -1,13 +1,257 @@ \ No newline at end of file