From 1c723dba8454a1908498eb23152fb7c0c1a067ef Mon Sep 17 00:00:00 2001
From: Apcallover <1503963513@qq.com>
Date: Sun, 31 Mar 2024 17:08:12 +0800
Subject: [PATCH] =?UTF-8?q?flat:=20=E9=87=8D=E7=82=B9=E4=BA=BA=E7=BE=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/report/auditInfo.vue | 8 +-
src/views/report/mian/index.vue | 0
src/views/report/mian/policy.vue | 133 +++++++++++++++++++++++++++++++
src/views/report/postInfo.vue | 8 +-
src/views/report/taskInfo.vue | 8 +-
5 files changed, 145 insertions(+), 12 deletions(-)
delete mode 100644 src/views/report/mian/index.vue
create mode 100644 src/views/report/mian/policy.vue
diff --git a/src/views/report/auditInfo.vue b/src/views/report/auditInfo.vue
index 3a314b5..a98379f 100644
--- a/src/views/report/auditInfo.vue
+++ b/src/views/report/auditInfo.vue
@@ -32,7 +32,7 @@ const baseOptions = {
refreshBtn: false,
menu: false,
tip: false,
- searchMenuSpan: 4,
+ searchMenuSpan: 6,
selection: false,
}
export default {
@@ -57,13 +57,13 @@ export default {
prop: 'name',
search: true,
},{
- label: '企业数',
+ label: '认证企业数',
prop: 'companyCount',
},{
- label: '任务数',
+ label: '审核任务数',
prop: 'missionCount',
},{
- label: '岗位数',
+ label: '审核岗位数',
prop: 'roleCount'
},{
label: '日期',
diff --git a/src/views/report/mian/index.vue b/src/views/report/mian/index.vue
deleted file mode 100644
index e69de29..0000000
diff --git a/src/views/report/mian/policy.vue b/src/views/report/mian/policy.vue
new file mode 100644
index 0000000..a018519
--- /dev/null
+++ b/src/views/report/mian/policy.vue
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/report/postInfo.vue b/src/views/report/postInfo.vue
index 45f4080..4b1a14f 100644
--- a/src/views/report/postInfo.vue
+++ b/src/views/report/postInfo.vue
@@ -32,7 +32,7 @@ const baseOptions = {
refreshBtn: false,
menu: false,
tip: false,
- searchMenuSpan: 4,
+ searchMenuSpan: 6,
selection: false,
}
export default {
@@ -57,16 +57,16 @@ export default {
prop: 'name',
search:true,
},{
- label: '发布数',
+ label: '发布岗位数',
prop: 'count',
},{
label: '推送数',
prop: 'serveCount',
},{
- label: '成功数',
+ label: '服务成功次数',
prop: 'successCount',
},{
- label: '跟踪数',
+ label: '跟踪服务次数',
prop: 'traceCount'
},{
label: '日期',
diff --git a/src/views/report/taskInfo.vue b/src/views/report/taskInfo.vue
index f6980ad..89c240d 100644
--- a/src/views/report/taskInfo.vue
+++ b/src/views/report/taskInfo.vue
@@ -32,7 +32,7 @@ const baseOptions = {
refreshBtn: false,
menu: false,
tip: false,
- searchMenuSpan: 4,
+ searchMenuSpan: 6,
selection: false,
}
export default {
@@ -57,16 +57,16 @@ export default {
prop: 'name',
search:true,
},{
- label: '发布数',
+ label: '发布任务数',
prop: 'count',
},{
label: '推送数',
prop: 'serveCount',
},{
- label: '成功数',
+ label: '服务成功次数',
prop: 'successCount',
},{
- label: '跟踪数',
+ label: '跟踪服务次数',
prop: 'traceCount'
},{
label: '日期',