diff --git a/.env.development b/.env.development
index b5ed980..96c16f6 100644
--- a/.env.development
+++ b/.env.development
@@ -1,4 +1,5 @@
NODE_ENV='development'
VUE_APP_TITLE='开发环境地址'
-VUE_APP_BASE_API="http://8.130.38.56:8043"
-VUE_APP_BASE_WSS="ws://8.130.38.56:8043/api/message/websocket"
\ No newline at end of file
+# VUE_APP_BASE_API="http://8.130.38.56:8043"
+VUE_APP_BASE_API="http://10.0.0.208:5000"
+VUE_APP_BASE_WSS="ws://8.130.38.56:8043/api/message/websocket"
diff --git a/.env.production b/.env.production
index 43a4042..54b462a 100644
--- a/.env.production
+++ b/.env.production
@@ -1,5 +1,6 @@
NODE_ENV='development'
VUE_APP_TITLE='生产环境'
-VUE_APP_BASE_API="http://8.130.38.56:8043"
+# VUE_APP_BASE_API="http://8.130.38.56:8043"
+VUE_APP_BASE_API="http://10.0.0.208:5000"
VUE_APP_BASE_WSS="ws://8.130.38.56:8043/api/message/websocket"
\ No newline at end of file
diff --git a/package.json b/package.json
index 2196b7f..1f92a14 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
+ "builddevtool": "vue-cli-service build --no-source-map",
"build:stage": "vue-cli-service build --mode development",
"build:prod": "vue-cli-service build --mode production",
"lint": "vue-cli-service lint"
diff --git a/src/assets/images/meun/工作存档.png b/src/assets/images/meun/工作存档.png
new file mode 100644
index 0000000..de9b200
--- /dev/null
+++ b/src/assets/images/meun/工作存档.png
diff --git a/src/components/InfoForm/index.vue b/src/components/InfoForm/index.vue
index 7141f80..44f20e8 100644
--- a/src/components/InfoForm/index.vue
+++ b/src/components/InfoForm/index.vue
@@ -320,7 +320,16 @@
-
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+ {{ item.label }}
+
+ 导出
@@ -42,12 +56,14 @@
-
+
+
+
@@ -92,6 +108,7 @@ export default {
query: {
title: undefined,
state: undefined,
+ releaseTime:''
},
list: [],
listLoading: false,
@@ -186,23 +203,43 @@ export default {
});
},
exportData() {
+ // let query = {...this.listQuery, ...this.query };
+ // request({
+ // url: `/Extend/BaseSpecialAction/Actions/ExportByCount`,
+ // method: "GET",
+ // data: query,
+ // }).then((res) => {
+
+ // });
this.exportBoxVisible = true;
this.$nextTick(() => {
this.$refs.ExportBox.init(this.list);
});
},
download(data) {
- let query = { ...data, ...this.listQuery, ...this.query };
+ console.error(data)
request({
- url: `/Extend/BaseSpecialAction/Actions/Export`,
+ url: `/Extend/BaseSpecialAction/Actions/ExportByCount`,
method: "GET",
- data: query,
+ params: data,
}).then((res) => {
- if (!res.data.url) return;
- window.location.href = this.define.comUrl + res.data.url;
- this.$refs.ExportBox.visible = false;
- this.exportBoxVisible = false;
+ if (!res.data.url) return;
+ window.location.href = this.define.comUrl + res.data.url;
+ this.$refs.ExportBox.visible = false;
+ this.exportBoxVisible = false;
});
+
+ // let query = { ...data, ...this.listQuery, ...this.query };
+ // request({
+ // url: `/Extend/BaseSpecialAction/Actions/Export`,
+ // method: "GET",
+ // data: query,
+ // }).then((res) => {
+ // if (!res.data.url) return;
+ // window.location.href = this.define.comUrl + res.data.url;
+ // this.$refs.ExportBox.visible = false;
+ // this.exportBoxVisible = false;
+ // });
},
search() {
this.listQuery = {
diff --git a/src/views/baseSystemInfo/DetailForm.vue b/src/views/baseSystemInfo/DetailForm.vue
index f6831e3..6fb7c1f 100644
--- a/src/views/baseSystemInfo/DetailForm.vue
+++ b/src/views/baseSystemInfo/DetailForm.vue
@@ -159,6 +159,12 @@
{{ dataForm.remark || "--" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseInspectionResult/ExportBox.vue b/src/views/new/baseInspectionResult/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseInspectionResult/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseInspectionResult/Form.vue b/src/views/new/baseInspectionResult/Form.vue
new file mode 100644
index 0000000..9eee881
--- /dev/null
+++ b/src/views/new/baseInspectionResult/Form.vue
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseInspectionResult/index.vue b/src/views/new/baseInspectionResult/index.vue
new file mode 100644
index 0000000..b6f4aa4
--- /dev/null
+++ b/src/views/new/baseInspectionResult/index.vue
@@ -0,0 +1,243 @@
+
+
+
巡检结果
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseInternetContentSupervisionStatus/ExportBox.vue b/src/views/new/baseInternetContentSupervisionStatus/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseInternetContentSupervisionStatus/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseInternetContentSupervisionStatus/Form.vue b/src/views/new/baseInternetContentSupervisionStatus/Form.vue
new file mode 100644
index 0000000..6ff2705
--- /dev/null
+++ b/src/views/new/baseInternetContentSupervisionStatus/Form.vue
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseInternetContentSupervisionStatus/index.vue b/src/views/new/baseInternetContentSupervisionStatus/index.vue
new file mode 100644
index 0000000..8797a4b
--- /dev/null
+++ b/src/views/new/baseInternetContentSupervisionStatus/index.vue
@@ -0,0 +1,254 @@
+
+
+
互联网信息内容监管情况
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseInternetIllegalAndBadInfoReportPlatformAccept/ExportBox.vue b/src/views/new/baseInternetIllegalAndBadInfoReportPlatformAccept/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseInternetIllegalAndBadInfoReportPlatformAccept/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseInternetIllegalAndBadInfoReportPlatformAccept/Form.vue b/src/views/new/baseInternetIllegalAndBadInfoReportPlatformAccept/Form.vue
new file mode 100644
index 0000000..fea82e0
--- /dev/null
+++ b/src/views/new/baseInternetIllegalAndBadInfoReportPlatformAccept/Form.vue
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseInternetIllegalAndBadInfoReportPlatformAccept/index.vue b/src/views/new/baseInternetIllegalAndBadInfoReportPlatformAccept/index.vue
new file mode 100644
index 0000000..2f2bc2c
--- /dev/null
+++ b/src/views/new/baseInternetIllegalAndBadInfoReportPlatformAccept/index.vue
@@ -0,0 +1,292 @@
+
+
+
成都举报平台举报受理数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
举报数量:{{ total1.reportCount }}
+
有效数量:{{ total1.validQuantity }}
+
无效数量:{{ total1.invalidQuantity }}
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseInterviewSituation/ExportBox.vue b/src/views/new/baseInterviewSituation/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseInterviewSituation/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseInterviewSituation/Form.vue b/src/views/new/baseInterviewSituation/Form.vue
new file mode 100644
index 0000000..8d94764
--- /dev/null
+++ b/src/views/new/baseInterviewSituation/Form.vue
@@ -0,0 +1,215 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ v.fullName
+ }}
+
+
+
+
+
+
+
+
+
+
+
+ 执法约谈
+ 行政指导谈话
+ 其他
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseInterviewSituation/index.vue b/src/views/new/baseInterviewSituation/index.vue
new file mode 100644
index 0000000..66141eb
--- /dev/null
+++ b/src/views/new/baseInterviewSituation/index.vue
@@ -0,0 +1,360 @@
+
+
+
约谈情况
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+ {{dynamicTextnew(scope.row.areaId,areaOptions)}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseLocalKeyWebsiteReportAcceptanceStatus/ExportBox.vue b/src/views/new/baseLocalKeyWebsiteReportAcceptanceStatus/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseLocalKeyWebsiteReportAcceptanceStatus/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseLocalKeyWebsiteReportAcceptanceStatus/Form.vue b/src/views/new/baseLocalKeyWebsiteReportAcceptanceStatus/Form.vue
new file mode 100644
index 0000000..0bdaba8
--- /dev/null
+++ b/src/views/new/baseLocalKeyWebsiteReportAcceptanceStatus/Form.vue
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ v.fullName
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseLocalKeyWebsiteReportAcceptanceStatus/index.vue b/src/views/new/baseLocalKeyWebsiteReportAcceptanceStatus/index.vue
new file mode 100644
index 0000000..6712834
--- /dev/null
+++ b/src/views/new/baseLocalKeyWebsiteReportAcceptanceStatus/index.vue
@@ -0,0 +1,314 @@
+
+
+
属地重点网站举报受理情况
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+ {{dynamicTextnew(scope.row.areaId,areaOptions)}}
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseLocalKeyWebsiteValidReportClassificationStati/ExportBox.vue b/src/views/new/baseLocalKeyWebsiteValidReportClassificationStati/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseLocalKeyWebsiteValidReportClassificationStati/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseLocalKeyWebsiteValidReportClassificationStati/Form.vue b/src/views/new/baseLocalKeyWebsiteValidReportClassificationStati/Form.vue
new file mode 100644
index 0000000..af16d64
--- /dev/null
+++ b/src/views/new/baseLocalKeyWebsiteValidReportClassificationStati/Form.vue
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ v.fullName
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseLocalKeyWebsiteValidReportClassificationStati/index.vue b/src/views/new/baseLocalKeyWebsiteValidReportClassificationStati/index.vue
new file mode 100644
index 0000000..e86c959
--- /dev/null
+++ b/src/views/new/baseLocalKeyWebsiteValidReportClassificationStati/index.vue
@@ -0,0 +1,311 @@
+
+
+
属地重点网站有效举报分类统计情况
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+ {{dynamicTextnew(scope.row.areaId,areaOptions)}}
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseLocalinspectionreport/ExportBox.vue b/src/views/new/baseLocalinspectionreport/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseLocalinspectionreport/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseLocalinspectionreport/Form.vue b/src/views/new/baseLocalinspectionreport/Form.vue
new file mode 100644
index 0000000..55054a7
--- /dev/null
+++ b/src/views/new/baseLocalinspectionreport/Form.vue
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseLocalinspectionreport/index.vue b/src/views/new/baseLocalinspectionreport/index.vue
new file mode 100644
index 0000000..105d7a1
--- /dev/null
+++ b/src/views/new/baseLocalinspectionreport/index.vue
@@ -0,0 +1,274 @@
+
+
+
属地巡查报告
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseMeetingSpirit/ExportBox.vue b/src/views/new/baseMeetingSpirit/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseMeetingSpirit/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseMeetingSpirit/Form.vue b/src/views/new/baseMeetingSpirit/Form.vue
new file mode 100644
index 0000000..4c037e6
--- /dev/null
+++ b/src/views/new/baseMeetingSpirit/Form.vue
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseMeetingSpirit/index.vue b/src/views/new/baseMeetingSpirit/index.vue
new file mode 100644
index 0000000..fcb0717
--- /dev/null
+++ b/src/views/new/baseMeetingSpirit/index.vue
@@ -0,0 +1,253 @@
+
+
+
会议精神
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseMisstatement/ExportBox.vue b/src/views/new/baseMisstatement/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseMisstatement/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseMisstatement/Form.vue b/src/views/new/baseMisstatement/Form.vue
new file mode 100644
index 0000000..67b3720
--- /dev/null
+++ b/src/views/new/baseMisstatement/Form.vue
@@ -0,0 +1,195 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.fullName}}
+
+
+
+
+
+
+ {{
+ v.fullName
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.fullName}}
+
+
+
+
+
+
+ {{item.fullName}}
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseMisstatement/index.vue b/src/views/new/baseMisstatement/index.vue
new file mode 100644
index 0000000..fb7e658
--- /dev/null
+++ b/src/views/new/baseMisstatement/index.vue
@@ -0,0 +1,329 @@
+
+
+
错误表述
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.jurisdictionType | dynamicText(jurisdictionTypeOptions) }}
+
+
+
+
+
+
+
+ {{ scope.row.source | dynamicText(sourceOptions) }}
+
+
+ {{ scope.row.category | dynamicText(categoryOptions) }}
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseMonthlyNotificationLocalGovernance/ExportBox.vue b/src/views/new/baseMonthlyNotificationLocalGovernance/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseMonthlyNotificationLocalGovernance/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseMonthlyNotificationLocalGovernance/Form.vue b/src/views/new/baseMonthlyNotificationLocalGovernance/Form.vue
new file mode 100644
index 0000000..19e2793
--- /dev/null
+++ b/src/views/new/baseMonthlyNotificationLocalGovernance/Form.vue
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseMonthlyNotificationLocalGovernance/index.vue b/src/views/new/baseMonthlyNotificationLocalGovernance/index.vue
new file mode 100644
index 0000000..2e6f893
--- /dev/null
+++ b/src/views/new/baseMonthlyNotificationLocalGovernance/index.vue
@@ -0,0 +1,244 @@
+
+
+
月度通报-属地治理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseOtherWorkSituation/ExportBox.vue b/src/views/new/baseOtherWorkSituation/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseOtherWorkSituation/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseOtherWorkSituation/Form.vue b/src/views/new/baseOtherWorkSituation/Form.vue
new file mode 100644
index 0000000..1f844a3
--- /dev/null
+++ b/src/views/new/baseOtherWorkSituation/Form.vue
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseOtherWorkSituation/index.vue b/src/views/new/baseOtherWorkSituation/index.vue
new file mode 100644
index 0000000..2f11aa2
--- /dev/null
+++ b/src/views/new/baseOtherWorkSituation/index.vue
@@ -0,0 +1,253 @@
+
+
+
其他工作情况
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/basePureFriendlyEnterpriseAssistance/ExportBox.vue b/src/views/new/basePureFriendlyEnterpriseAssistance/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/basePureFriendlyEnterpriseAssistance/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/basePureFriendlyEnterpriseAssistance/Form.vue b/src/views/new/basePureFriendlyEnterpriseAssistance/Form.vue
new file mode 100644
index 0000000..dfeec3f
--- /dev/null
+++ b/src/views/new/basePureFriendlyEnterpriseAssistance/Form.vue
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/basePureFriendlyEnterpriseAssistance/index.vue b/src/views/new/basePureFriendlyEnterpriseAssistance/index.vue
new file mode 100644
index 0000000..048a852
--- /dev/null
+++ b/src/views/new/basePureFriendlyEnterpriseAssistance/index.vue
@@ -0,0 +1,318 @@
+
+
+
清亲助企
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseRecentKeyConcerns/ExportBox.vue b/src/views/new/baseRecentKeyConcerns/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseRecentKeyConcerns/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseRecentKeyConcerns/Form.vue b/src/views/new/baseRecentKeyConcerns/Form.vue
new file mode 100644
index 0000000..9fb90f6
--- /dev/null
+++ b/src/views/new/baseRecentKeyConcerns/Form.vue
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseRecentKeyConcerns/index.vue b/src/views/new/baseRecentKeyConcerns/index.vue
new file mode 100644
index 0000000..def1e6c
--- /dev/null
+++ b/src/views/new/baseRecentKeyConcerns/index.vue
@@ -0,0 +1,267 @@
+
+
+
近期重点关注
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseReportHarmfulPoliticalInformation/ExportBox.vue b/src/views/new/baseReportHarmfulPoliticalInformation/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseReportHarmfulPoliticalInformation/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseReportHarmfulPoliticalInformation/Form.vue b/src/views/new/baseReportHarmfulPoliticalInformation/Form.vue
new file mode 100644
index 0000000..b81b2d1
--- /dev/null
+++ b/src/views/new/baseReportHarmfulPoliticalInformation/Form.vue
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseReportHarmfulPoliticalInformation/index.vue b/src/views/new/baseReportHarmfulPoliticalInformation/index.vue
new file mode 100644
index 0000000..4de4d14
--- /dev/null
+++ b/src/views/new/baseReportHarmfulPoliticalInformation/index.vue
@@ -0,0 +1,290 @@
+
+
+
上报涉政有害信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseReportPornAndGamblingWebsitesInCustoms/ExportBox.vue b/src/views/new/baseReportPornAndGamblingWebsitesInCustoms/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseReportPornAndGamblingWebsitesInCustoms/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseReportPornAndGamblingWebsitesInCustoms/Form.vue b/src/views/new/baseReportPornAndGamblingWebsitesInCustoms/Form.vue
new file mode 100644
index 0000000..9e8df17
--- /dev/null
+++ b/src/views/new/baseReportPornAndGamblingWebsitesInCustoms/Form.vue
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseReportPornAndGamblingWebsitesInCustoms/index.vue b/src/views/new/baseReportPornAndGamblingWebsitesInCustoms/index.vue
new file mode 100644
index 0000000..9d48f7f
--- /dev/null
+++ b/src/views/new/baseReportPornAndGamblingWebsitesInCustoms/index.vue
@@ -0,0 +1,310 @@
+
+
+
报关涉黄涉赌网站
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseReportingPlatform/ExportBox.vue b/src/views/new/baseReportingPlatform/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseReportingPlatform/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseReportingPlatform/Form.vue b/src/views/new/baseReportingPlatform/Form.vue
new file mode 100644
index 0000000..79c8173
--- /dev/null
+++ b/src/views/new/baseReportingPlatform/Form.vue
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseReportingPlatform/index.vue b/src/views/new/baseReportingPlatform/index.vue
new file mode 100644
index 0000000..c6c264c
--- /dev/null
+++ b/src/views/new/baseReportingPlatform/index.vue
@@ -0,0 +1,209 @@
+
+
+
报表平台
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+ 新增
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseService12345HandlingStatus/ExportBox.vue b/src/views/new/baseService12345HandlingStatus/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseService12345HandlingStatus/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseService12345HandlingStatus/Form.vue b/src/views/new/baseService12345HandlingStatus/Form.vue
new file mode 100644
index 0000000..a583b21
--- /dev/null
+++ b/src/views/new/baseService12345HandlingStatus/Form.vue
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseService12345HandlingStatus/index.vue b/src/views/new/baseService12345HandlingStatus/index.vue
new file mode 100644
index 0000000..928c6d3
--- /dev/null
+++ b/src/views/new/baseService12345HandlingStatus/index.vue
@@ -0,0 +1,273 @@
+
+
+
12345办理情况
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseWeeklySummary/ExportBox.vue b/src/views/new/baseWeeklySummary/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseWeeklySummary/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseWeeklySummary/Form.vue b/src/views/new/baseWeeklySummary/Form.vue
new file mode 100644
index 0000000..7fd2a9e
--- /dev/null
+++ b/src/views/new/baseWeeklySummary/Form.vue
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseWeeklySummary/index.vue b/src/views/new/baseWeeklySummary/index.vue
new file mode 100644
index 0000000..efa2a7e
--- /dev/null
+++ b/src/views/new/baseWeeklySummary/index.vue
@@ -0,0 +1,244 @@
+
+
+
周总结
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseWpardl/ExportBox.vue b/src/views/new/baseWpardl/ExportBox.vue
new file mode 100644
index 0000000..4fc5c07
--- /dev/null
+++ b/src/views/new/baseWpardl/ExportBox.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+ 当前页面数据
+ 全部页面数据
+
+
+
+ 全选
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/new/baseWpardl/Form.vue b/src/views/new/baseWpardl/Form.vue
new file mode 100644
index 0000000..a617f31
--- /dev/null
+++ b/src/views/new/baseWpardl/Form.vue
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/new/baseWpardl/index.vue b/src/views/new/baseWpardl/index.vue
new file mode 100644
index 0000000..505d4b1
--- /dev/null
+++ b/src/views/new/baseWpardl/index.vue
@@ -0,0 +1,310 @@
+
+
+
上报处置网站平台、账号台账
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.whetherCollect | dynamicText(whetherCollectOptions) }}
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/overView/msgForm.vue b/src/views/overView/msgForm.vue
index 276d19c..3ff00b7 100644
--- a/src/views/overView/msgForm.vue
+++ b/src/views/overView/msgForm.vue
@@ -79,6 +79,16 @@
+
+
+
+
+
+
+
+
+
+
{{ dataForm.title }}
+
+
时间:{{ncc.dateFormat(dataForm.createTime) }}
+
发布人:{{dataForm.creater || '--'}}
+
联系方式:{{dataForm.createrPhone || '--'}}