From f7ac35468cd9048a93b89a7c39dacac4f5d1748c Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 19 一月 2026 17:11:35 +0800
Subject: [PATCH] 湟水峡 1.下拉框加筛选 2.销售模块不要客户合同号、项目名称 3.客户档案、供应商档案不要和银行有关的字段 4.只需要填客户类型、不需要选择具体的客户针对客户类型产生三种不同的报价、需要绑定产品(比如零售商30、经销商25) 5.客户档案添加客户类型字段
---
src/views/reportAnalysis/reportManagement.vue | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/views/reportAnalysis/reportManagement.vue b/src/views/reportAnalysis/reportManagement.vue
index 02babb5..516d8b8 100644
--- a/src/views/reportAnalysis/reportManagement.vue
+++ b/src/views/reportAnalysis/reportManagement.vue
@@ -200,9 +200,9 @@
<div class="pagination-container">
<el-pagination
- v-model:current-page="pagination.currentPage"
- v-model:page-size="pagination.pageSize"
- :page-sizes="[10, 20, 50, 100]"
+ v-model:currentPage="pagination.currentPage"
+ v-model:pageSize="pagination.pageSize"
+ :page-size-options="[10, 20, 50, 100]"
:total="pagination.total"
layout="total, sizes, prev, pager, next, jumper"
@size-change="handleSizeChange"
@@ -262,8 +262,8 @@
type: '閲戝睘鏉愭枡',
status: '妫�娴嬩腑',
progress: 75,
- createTime: '2024-01-15 09:30:00',
- updateTime: '2024-01-20 14:20:00'
+ createTime: '2025-01-15 09:30:00',
+ updateTime: '2025-01-20 14:20:00'
},
{
id: 'SP002',
@@ -271,8 +271,8 @@
type: '濉戞枡鍒跺搧',
status: '宸插畬鎴�',
progress: 100,
- createTime: '2024-01-10 10:15:00',
- updateTime: '2024-01-18 16:45:00'
+ createTime: '2025-01-10 10:15:00',
+ updateTime: '2025-01-18 16:45:00'
},
{
id: 'SP003',
@@ -280,8 +280,8 @@
type: '鐢靛瓙鍏冧欢',
status: '寰呮娴�',
progress: 0,
- createTime: '2024-01-22 08:45:00',
- updateTime: '2024-01-22 08:45:00'
+ createTime: '2025-01-22 08:45:00',
+ updateTime: '2025-01-22 08:45:00'
},
{
id: 'EQ001',
@@ -289,8 +289,8 @@
type: '鍏夎氨浠�',
status: '浣跨敤涓�',
progress: 60,
- createTime: '2024-01-05 14:20:00',
- updateTime: '2024-01-20 11:30:00'
+ createTime: '2025-01-05 14:20:00',
+ updateTime: '2025-01-20 11:30:00'
},
{
id: 'EQ002',
@@ -298,8 +298,8 @@
type: '鏄惧井闀�',
status: '绌洪棽',
progress: 0,
- createTime: '2024-01-08 16:10:00',
- updateTime: '2024-01-19 09:15:00'
+ createTime: '2025-01-08 16:10:00',
+ updateTime: '2025-01-19 09:15:00'
}
]
--
Gitblit v1.9.3