diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3796783 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +*.class + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear +*.zip + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +node_modules +dist +epdc-admin +.idea/ \ No newline at end of file diff --git a/src/views/modules/points/points-overview.vue b/src/views/modules/points/points-overview.vue new file mode 100644 index 0000000..8cb4af9 --- /dev/null +++ b/src/views/modules/points/points-overview.vue @@ -0,0 +1,112 @@ + + + + + + + + 统计时间 + + + + {{ $t('query') }} + + + + + + + + 积分调整 + 积分记录 + + + + + + + + + + diff --git a/src/views/modules/points/points-statistics.vue b/src/views/modules/points/points-statistics.vue new file mode 100644 index 0000000..bf4ff10 --- /dev/null +++ b/src/views/modules/points/points-statistics.vue @@ -0,0 +1,108 @@ + + + + + + + + + + 统计时间 + + + + {{ $t('query') }} + + + + + + + + + + + + + + +