From 7ea3b031ad7bcf81dfe09cb586b3452ba1e9dc36 Mon Sep 17 00:00:00 2001 From: Rui_Li <877258667@qq.com> Date: Tue, 19 Apr 2022 17:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E5=88=B6=E6=8A=A5=E8=A1=A8=E5=BC=80?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../report/com_add_customer_report.vue | 82 +++++++++++++++---- .../report/com_auth_customer_report.vue | 25 +++++- .../com_auth_single_customer_report.vue | 25 +++++- ...com_edit_customer_report_search_column.vue | 38 ++++++--- .../report/com_run_customer_report.vue | 25 +++++- ...com_show_customer_report_search_column.vue | 2 +- .../report/com_update_customer_report.vue | 82 +++++++++++++++---- src/views/modules/report/report_manage.vue | 4 +- .../modules/report/user_customer_report.vue | 4 +- 9 files changed, 230 insertions(+), 57 deletions(-) diff --git a/src/views/modules/report/com_add_customer_report.vue b/src/views/modules/report/com_add_customer_report.vue index 363477f..a02ac68 100644 --- a/src/views/modules/report/com_add_customer_report.vue +++ b/src/views/modules/report/com_add_customer_report.vue @@ -1,19 +1,21 @@ diff --git a/src/views/modules/report/com_auth_customer_report.vue b/src/views/modules/report/com_auth_customer_report.vue index 37dfd95..3b9d92e 100644 --- a/src/views/modules/report/com_auth_customer_report.vue +++ b/src/views/modules/report/com_auth_customer_report.vue @@ -47,8 +47,8 @@ - 保存 - 关闭 + 保存 + 关闭 @@ -256,4 +256,25 @@ export default { padding: 0px !important; } +/*当前按钮的通用样式*/ +.customer-css .customer-bun-mid { + width: 60px; + text-align: center; +} + +.customer-css .customer-bun-min { + width: 50px; + text-align: center; +} + +.customer-css .customer-bun-max { + width: 80px; + text-align: center; +} + +/*当前按钮的通用样式*/ +.customer-css .el-button--medium { + padding: 5px 5px; +} + diff --git a/src/views/modules/report/com_auth_single_customer_report.vue b/src/views/modules/report/com_auth_single_customer_report.vue index f226c39..d5a65ca 100644 --- a/src/views/modules/report/com_auth_single_customer_report.vue +++ b/src/views/modules/report/com_auth_single_customer_report.vue @@ -45,8 +45,8 @@ - 保存 - 关闭 + 保存 + 关闭 @@ -224,4 +224,25 @@ export default { padding: 0px !important; } +/*当前按钮的通用样式*/ +.customer-css .customer-bun-mid { + width: 60px; + text-align: center; +} + +.customer-css .customer-bun-min { + width: 50px; + text-align: center; +} + +.customer-css .customer-bun-max { + width: 80px; + text-align: center; +} + +/*当前按钮的通用样式*/ +.customer-css .el-button--medium { + padding: 5px 5px; +} + diff --git a/src/views/modules/report/com_edit_customer_report_search_column.vue b/src/views/modules/report/com_edit_customer_report_search_column.vue index 0da9633..d11ec97 100644 --- a/src/views/modules/report/com_edit_customer_report_search_column.vue +++ b/src/views/modules/report/com_edit_customer_report_search_column.vue @@ -6,21 +6,15 @@ label-width="80px"> - - - - 新增 - - - + 自动获取 - + 刷新 @@ -76,8 +70,8 @@ - 保存 - 关闭 + 保存 + 关闭 @@ -92,10 +86,9 @@ import { deleteCustomerReportSearchColumn, } from '@/api/report/com_edit_customer_report_search_column.js'; export default { - name: "com_finish_roll", data() { return { - titleCon: '查询列维护', + titleCon: '查询参数维护', reportTypeList: [], columnTypeList:[ {columnType: '文本'}, @@ -362,4 +355,25 @@ export default { padding: 0px !important; } +/*当前按钮的通用样式*/ +.customer-css .customer-bun-mid { + width: 60px; + text-align: center; +} + +.customer-css .customer-bun-min { + width: 50px; + text-align: center; +} + +.customer-css .customer-bun-max { + width: 80px; + text-align: center; +} + +/*当前按钮的通用样式*/ +.customer-css .el-button--medium { + padding: 5px 5px; +} + diff --git a/src/views/modules/report/com_run_customer_report.vue b/src/views/modules/report/com_run_customer_report.vue index b1e1253..6833d02 100644 --- a/src/views/modules/report/com_run_customer_report.vue +++ b/src/views/modules/report/com_run_customer_report.vue @@ -36,8 +36,8 @@ - 刷新 - 关闭 + 刷新 + 关闭 @@ -122,4 +122,25 @@ export default { padding: 0px !important; } +/*当前按钮的通用样式*/ +.customer-css .customer-bun-mid { + width: 60px; + text-align: center; +} + +.customer-css .customer-bun-min { + width: 50px; + text-align: center; +} + +.customer-css .customer-bun-max { + width: 80px; + text-align: center; +} + +/*当前按钮的通用样式*/ +.customer-css .el-button--medium { + padding: 5px 5px; +} + diff --git a/src/views/modules/report/com_show_customer_report_search_column.vue b/src/views/modules/report/com_show_customer_report_search_column.vue index f694854..081c9c8 100644 --- a/src/views/modules/report/com_show_customer_report_search_column.vue +++ b/src/views/modules/report/com_show_customer_report_search_column.vue @@ -61,7 +61,7 @@ export default { data() { return { - titleCon: '查询列', + titleCon: '查询参数', showRunCustomerReportFlag: false, pageData: { site: this.$store.state.user.site, diff --git a/src/views/modules/report/com_update_customer_report.vue b/src/views/modules/report/com_update_customer_report.vue index 47b1c9d..8dcbdd1 100644 --- a/src/views/modules/report/com_update_customer_report.vue +++ b/src/views/modules/report/com_update_customer_report.vue @@ -1,19 +1,26 @@ diff --git a/src/views/modules/report/report_manage.vue b/src/views/modules/report/report_manage.vue index e99b531..047569e 100644 --- a/src/views/modules/report/report_manage.vue +++ b/src/views/modules/report/report_manage.vue @@ -43,7 +43,7 @@ 编辑 删除 查询参数维护 - 报表查询 + 查询 权限 @@ -79,7 +79,7 @@ @refreshCurrentPage = "refreshCurrentPage"> - + diff --git a/src/views/modules/report/user_customer_report.vue b/src/views/modules/report/user_customer_report.vue index cff83b8..3f42c2b 100644 --- a/src/views/modules/report/user_customer_report.vue +++ b/src/views/modules/report/user_customer_report.vue @@ -39,7 +39,7 @@ width="220" :label="'操作'">