diff --git a/src/apps/AppHandSnapshot/AppHandSnapshot.vue b/src/apps/AppHandSnapshot/AppHandSnapshot.vue index 5fb2ed36..24b0ef0f 100644 --- a/src/apps/AppHandSnapshot/AppHandSnapshot.vue +++ b/src/apps/AppHandSnapshot/AppHandSnapshot.vue @@ -1,258 +1,124 @@ - diff --git a/src/apps/AppHandSnapshot/PercentageDetail.vue b/src/apps/AppHandSnapshot/PercentageDetail.vue new file mode 100644 index 00000000..b56086fe --- /dev/null +++ b/src/apps/AppHandSnapshot/PercentageDetail.vue @@ -0,0 +1,211 @@ + + + + + diff --git a/src/apps/AppHandSnapshot/Set.vue b/src/apps/AppHandSnapshot/Set.vue new file mode 100644 index 00000000..be5fe84c --- /dev/null +++ b/src/apps/AppHandSnapshot/Set.vue @@ -0,0 +1,76 @@ + + + + + diff --git a/src/apps/AppHandSnapshot/SetList.vue b/src/apps/AppHandSnapshot/SetList.vue new file mode 100644 index 00000000..2bb895bf --- /dev/null +++ b/src/apps/AppHandSnapshot/SetList.vue @@ -0,0 +1,118 @@ + + + + + diff --git a/src/apps/AppHandSnapshot/Statistics.vue b/src/apps/AppHandSnapshot/Statistics.vue index 12be8a40..35fca08e 100644 --- a/src/apps/AppHandSnapshot/Statistics.vue +++ b/src/apps/AppHandSnapshot/Statistics.vue @@ -1,21 +1,85 @@ @@ -24,7 +88,24 @@ export default { props: {}, data() { return { - + contents: [ + { + label: '待受理', + num: 5 + }, + { + label: '办理中', + num: 5 + }, + { + label: '今日上报', + num: 5 + }, + { + label: '今日办结', + num: 5 + } + ] } }, onLoad() { @@ -57,53 +138,198 @@ export default { this.currentTabs = index this.getList() }, - }, - onReachBottom() { - this.current = this.current + 1 - this.getList() + + toPercentageDetail() { + uni.navigateTo({url: './PercentageDetail'}) + } }, } diff --git a/src/apps/AppHandSnapshot/components/img/bg-1.png b/src/apps/AppHandSnapshot/components/img/bg-1.png new file mode 100644 index 00000000..696022e9 Binary files /dev/null and b/src/apps/AppHandSnapshot/components/img/bg-1.png differ diff --git a/src/apps/AppHandSnapshot/components/img/bg-2.png b/src/apps/AppHandSnapshot/components/img/bg-2.png new file mode 100644 index 00000000..98fa31b8 Binary files /dev/null and b/src/apps/AppHandSnapshot/components/img/bg-2.png differ diff --git a/src/apps/AppHandSnapshot/components/img/bg-3.png b/src/apps/AppHandSnapshot/components/img/bg-3.png new file mode 100644 index 00000000..dc469567 Binary files /dev/null and b/src/apps/AppHandSnapshot/components/img/bg-3.png differ diff --git a/src/apps/AppHandSnapshot/components/img/down-icon.png b/src/apps/AppHandSnapshot/components/img/down-icon.png new file mode 100644 index 00000000..6ffcc7a2 Binary files /dev/null and b/src/apps/AppHandSnapshot/components/img/down-icon.png differ diff --git a/src/apps/AppHandSnapshot/components/img/gird-icon.png b/src/apps/AppHandSnapshot/components/img/gird-icon.png new file mode 100644 index 00000000..f7f3e61f Binary files /dev/null and b/src/apps/AppHandSnapshot/components/img/gird-icon.png differ diff --git a/src/apps/AppHandSnapshot/components/img/line-img.png b/src/apps/AppHandSnapshot/components/img/line-img.png new file mode 100644 index 00000000..4d423855 Binary files /dev/null and b/src/apps/AppHandSnapshot/components/img/line-img.png differ diff --git a/src/apps/AppHandSnapshot/components/img/right-icon.png b/src/apps/AppHandSnapshot/components/img/right-icon.png new file mode 100644 index 00000000..e1c626b7 Binary files /dev/null and b/src/apps/AppHandSnapshot/components/img/right-icon.png differ diff --git a/src/apps/AppHandSnapshot/components/img/setting-icon.png b/src/apps/AppHandSnapshot/components/img/setting-icon.png new file mode 100644 index 00000000..29e4b29f Binary files /dev/null and b/src/apps/AppHandSnapshot/components/img/setting-icon.png differ