diff --git a/pages.json b/pages.json index 878fe24..5a7ca63 100644 --- a/pages.json +++ b/pages.json @@ -61,51 +61,68 @@ "subPackages": [{ "root": "sub", "pages": [{ - "path": "owner/edit", - "style": { - "navigationBarTitleText": "个人信息" - } - }, { - "path": "owner/invite", - "style": { - "navigationBarTitleText": "邀请企业" - } - }, { - "path": "enterprise/edit", - "style": { - "navigationBarTitleText": "企业填报" - } - }, { - "path": "common/waiting", - "style": { - "navigationBarTitleText": "" - } - }, { - "path": "enterprise/detail", - "style": { - "navigationBarTitleText": "企业详情" - } - }, { - "path": "chat/index", - "style": { - "navigationBarTitleText": "智慧生态" - } - }, { - "path": "task/detail", - "style": { - "navigationBarTitleText": "任务详情", - "onReachBottonDistance": 50, - "enablePullDownRefresh": true, - "usingComponents": { - "van-dropdown-menu": "/wxcomponents/vant/dropdown-menu/index", - "van-dropdown-item": "/wxcomponents/vant/dropdown-item/index" - }, - "componentPlaceholder": { - "u-modal": "view", - "u-sticky": "view" + "path": "owner/edit", + "style": { + "navigationBarTitleText": "个人信息" + } + }, { + "path": "owner/invite", + "style": { + "navigationBarTitleText": "邀请企业" + } + }, { + "path": "enterprise/edit", + "style": { + "navigationBarTitleText": "企业填报" + } + }, { + "path": "common/waiting", + "style": { + "navigationBarTitleText": "" + } + }, { + "path": "enterprise/detail", + "style": { + "navigationBarTitleText": "企业详情" + } + }, { + "path": "chat/index", + "style": { + "navigationBarTitleText": "智慧生态" + } + }, { + "path": "task/detail", + "style": { + "navigationBarTitleText": "任务详情", + "onReachBottonDistance": 50, + "enablePullDownRefresh": true, + "usingComponents": { + "van-dropdown-menu": "/wxcomponents/vant/dropdown-menu/index", + "van-dropdown-item": "/wxcomponents/vant/dropdown-item/index" + }, + "componentPlaceholder": { + "u-modal": "view", + "u-sticky": "view" + } + } + }, + { + "path": "task/record", + "style": { + "navigationBarTitleText": "记录详情", + "onReachBottonDistance": 50, + "enablePullDownRefresh": true, + "usingComponents": { + "van-dropdown-menu": "/wxcomponents/vant/dropdown-menu/index", + "van-dropdown-item": "/wxcomponents/vant/dropdown-item/index" + }, + "componentPlaceholder": { + "u-modal": "view", + "u-sticky": "view" + } } } - }] + ] }], "tabBar": { "list": [{ diff --git a/pages/login.vue b/pages/login.vue index a4a0980..a69a2ff 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -36,8 +36,7 @@ export default { state: 'default', userType: this.getUserType() } - - + // 系统登录 this.$store.dispatch('Login', data).then(() => { this.loginSuccess() diff --git a/pages/task.vue b/pages/task.vue index 5109f3e..d0247fe 100644 --- a/pages/task.vue +++ b/pages/task.vue @@ -12,11 +12,11 @@ " /> @@ -50,42 +50,83 @@ :enable-flex="true" :style="{ maxHeight: `${listHeight}px` }" > - + - {{ task.title }} + + {{ task.title }} + - + - 于{{ $util.formatDate(task.endDate, 'YYYY年MM月DD日') }}结束 + 于{{ + $util.formatDate(task.endDate, 'YYYY年MM月DD日') + }}结束 - + + {{ task.deptName }} + + + {{ + $dict.echoDicValue( + dictMap.task_priority, + task.priority + ) + }} + + {{ tag }} - + @@ -95,7 +136,11 @@ + +