diff --git a/src/views/modules/analysis/active/activeusercount-add-or-update.vue b/src/views/modules/analysis/active/activeusercount-add-or-update.vue
new file mode 100644
index 00000000..0c30cf80
--- /dev/null
+++ b/src/views/modules/analysis/active/activeusercount-add-or-update.vue
@@ -0,0 +1,173 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('cancel') }}
+ {{ $t('confirm') }}
+
+
+
+
+
diff --git a/src/views/modules/analysis/active/activeusercount.vue b/src/views/modules/analysis/active/activeusercount.vue
new file mode 100644
index 00000000..f0f8c180
--- /dev/null
+++ b/src/views/modules/analysis/active/activeusercount.vue
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+ {{ $t('add') }}
+
+
+ {{ $t('deleteBatch') }}
+
+
+ {{ $t('export') }}
+
+
+
+
+
+
+ {{scope.$index+1}}
+
+
+
+
+
+
+
+
+ {{ scope.row.activeUserNum }}
+ {{ scope.row.activeUserNum }}
+
+
+
+
+ {{ scope.row.activeResidentNum }}
+ {{ scope.row.activeResidentNum }}
+
+
+
+
+ {{ scope.row.activePartyNum }}
+ {{ scope.row.activePartyNum }}
+
+
+
+
+
+
+
+
+ {{ $t('update') }}
+ {{ $t('delete') }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/analysis/active/activeuserinfo-add-or-update.vue b/src/views/modules/analysis/active/activeuserinfo-add-or-update.vue
new file mode 100644
index 00000000..725f9611
--- /dev/null
+++ b/src/views/modules/analysis/active/activeuserinfo-add-or-update.vue
@@ -0,0 +1,194 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('cancel') }}
+ {{ $t('confirm') }}
+
+
+
+
+
diff --git a/src/views/modules/analysis/active/activeuserinfo.vue b/src/views/modules/analysis/active/activeuserinfo.vue
new file mode 100644
index 00000000..f2e3e9b0
--- /dev/null
+++ b/src/views/modules/analysis/active/activeuserinfo.vue
@@ -0,0 +1,154 @@
+
+
+
+
+
+ {{"返回"}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+ {{ $t('add') }}
+
+
+ {{ $t('deleteBatch') }}
+
+
+ {{ $t('export') }}
+
+
+
+
+
+
+ {{scope.$index+1}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('update') }}
+ {{ $t('delete') }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/analysis/active/activeuserroute.vue b/src/views/modules/analysis/active/activeuserroute.vue
new file mode 100644
index 00000000..e6fa23dc
--- /dev/null
+++ b/src/views/modules/analysis/active/activeuserroute.vue
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/analysis/export/operation.vue b/src/views/modules/analysis/export/operation.vue
index b15653e5..8ec0e55a 100644
--- a/src/views/modules/analysis/export/operation.vue
+++ b/src/views/modules/analysis/export/operation.vue
@@ -28,7 +28,7 @@
@@ -164,7 +165,7 @@ export default {
mixins: [mixinViewModule],
watch: {
'timeFlag': function (val) {
- if (val === 0) {
+ if (val === '0') {
this.dataForm.operationStartTime = ''
this.dataForm.operationEndTime = ''
this.time = []
diff --git a/src/views/modules/heart/actinfo-add-or-update.vue b/src/views/modules/heart/actinfo-add-or-update.vue
index 1f199c39..ab47789b 100644
--- a/src/views/modules/heart/actinfo-add-or-update.vue
+++ b/src/views/modules/heart/actinfo-add-or-update.vue
@@ -57,6 +57,7 @@
prop="signupEndTime">
{
@@ -905,3 +927,8 @@ export default {
}
}
+