From 7f97333e20616e81acbdfece67ea91ce8e7e55d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Wed, 25 Mar 2020 18:38:53 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E6=96=B0=E7=BD=91=E6=A0=BC=E5=BC=80?= =?UTF-8?q?=E9=80=9A=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../metausergridopining-add-or-update.vue | 222 ++++++++++++++++++ .../analysis/user/metausergridopining.vue | 183 +++++++++++++++ 2 files changed, 405 insertions(+) create mode 100644 src/views/modules/analysis/user/metausergridopining-add-or-update.vue create mode 100644 src/views/modules/analysis/user/metausergridopining.vue diff --git a/src/views/modules/analysis/user/metausergridopining-add-or-update.vue b/src/views/modules/analysis/user/metausergridopining-add-or-update.vue new file mode 100644 index 00000000..1eb597fc --- /dev/null +++ b/src/views/modules/analysis/user/metausergridopining-add-or-update.vue @@ -0,0 +1,222 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ $t('cancel') }} + {{ $t('confirm') }} + + + + + diff --git a/src/views/modules/analysis/user/metausergridopining.vue b/src/views/modules/analysis/user/metausergridopining.vue new file mode 100644 index 00000000..f55fa866 --- /dev/null +++ b/src/views/modules/analysis/user/metausergridopining.vue @@ -0,0 +1,183 @@ + + + + + + + + + {{ $t('query') }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 066a183f8607ce1161cd3fff5a17f3f550b76855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Wed, 25 Mar 2020 18:48:45 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E6=88=AA=E6=AD=A2=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/analysis/user/metausergridopining.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/views/modules/analysis/user/metausergridopining.vue b/src/views/modules/analysis/user/metausergridopining.vue index f55fa866..bc426e67 100644 --- a/src/views/modules/analysis/user/metausergridopining.vue +++ b/src/views/modules/analysis/user/metausergridopining.vue @@ -11,6 +11,12 @@ :props="{ checkStrictly: true }" clearable> + + + + {{ $t('query') }} @@ -149,7 +155,8 @@ export default { deleteIsBatch: true }, dataForm: { - id: '' + id: '', + createdTime: '' }, options: [], deptIdList: [] From d421e67736e748a7de09f4caa1d94f0e4a7fd927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Thu, 26 Mar 2020 10:28:32 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/analysis/user/metausergridopining.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/modules/analysis/user/metausergridopining.vue b/src/views/modules/analysis/user/metausergridopining.vue index bc426e67..a5b0d774 100644 --- a/src/views/modules/analysis/user/metausergridopining.vue +++ b/src/views/modules/analysis/user/metausergridopining.vue @@ -48,7 +48,7 @@ label="网格id" header-align="center" align="center"> --> - @@ -108,12 +108,12 @@ label="更新时间" header-align="center" align="center"> - - - + + --> Date: Thu, 26 Mar 2020 17:42:22 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=E6=96=B0=E7=94=A8=E6=88=B7=E6=B3=A8?= =?UTF-8?q?=E5=86=8C=E6=8E=92=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../analysis/user/metauserregisterrank.vue | 145 ++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 src/views/modules/analysis/user/metauserregisterrank.vue diff --git a/src/views/modules/analysis/user/metauserregisterrank.vue b/src/views/modules/analysis/user/metauserregisterrank.vue new file mode 100644 index 00000000..45314dbb --- /dev/null +++ b/src/views/modules/analysis/user/metauserregisterrank.vue @@ -0,0 +1,145 @@ + + + + + + + + + + + + + {{ $t('query') }} + + + + + + + + + + + + {{(scope.row.oldPercent*100).toFixed(2)}}% + + + + + + {{(scope.row.youngPercent*100).toFixed(2)}}% + + + + + + + + + + + + + + From e406c6fee2b0f5152a09d85b840af3e6c2c016d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Thu, 26 Mar 2020 19:00:49 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E6=96=B0=E5=85=9A=E5=91=98=E6=8E=92?= =?UTF-8?q?=E8=A1=8C=E6=A6=9C=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../analysis/user/metauserpartyrank.vue | 132 ++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 src/views/modules/analysis/user/metauserpartyrank.vue diff --git a/src/views/modules/analysis/user/metauserpartyrank.vue b/src/views/modules/analysis/user/metauserpartyrank.vue new file mode 100644 index 00000000..db295fc3 --- /dev/null +++ b/src/views/modules/analysis/user/metauserpartyrank.vue @@ -0,0 +1,132 @@ + + + + + + + + + + + + + {{ $t('query') }} + + + {{ $t('add') }} + + + {{ $t('deleteBatch') }} + + + + + + + + + {{(scope.row.oldPercent*100).toFixed(2)}}% + + + + + + {{(scope.row.youngPercent*100).toFixed(2)}}% + + + + + + + + + + + + + + From 410cbb58043481dff63c77be2ba97c85f4b4c5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Fri, 27 Mar 2020 14:54:20 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E4=B8=89=E5=88=97=E8=A1=A8=E5=AF=BC?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/analysis/user/metausergridopining.vue | 7 ++++++- src/views/modules/analysis/user/metauserpartyrank.vue | 7 ++++++- src/views/modules/analysis/user/metauserregisterrank.vue | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/views/modules/analysis/user/metausergridopining.vue b/src/views/modules/analysis/user/metausergridopining.vue index a5b0d774..a3f3d867 100644 --- a/src/views/modules/analysis/user/metausergridopining.vue +++ b/src/views/modules/analysis/user/metausergridopining.vue @@ -20,6 +20,10 @@ {{ $t('query') }} + + {{ $t('export') }} +