From 6e30fb16e72db22a119285cb5b757b7a5e1b2206 Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期三, 18 六月 2025 16:35:14 +0800
Subject: [PATCH] fix: 修复之前剩下的要求
---
src/views/procurementManagement/reportAnalysis/projectProfit/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/procurementManagement/reportAnalysis/projectProfit/index.vue b/src/views/procurementManagement/reportAnalysis/projectProfit/index.vue
index 0f10543..82031bb 100644
--- a/src/views/procurementManagement/reportAnalysis/projectProfit/index.vue
+++ b/src/views/procurementManagement/reportAnalysis/projectProfit/index.vue
@@ -1,6 +1,6 @@
<template>
<div class="app-container">
- <el-form class="search_form" :inline="true" label-width="80px">
+ <el-form :model="filters" :inline="true" label-width="80px">
<el-form-item label="瀹㈡埛鍚嶇О">
<el-input v-model="filters.customerName" placeholder="璇疯緭鍏ュ鎴峰悕绉�" />
</el-form-item>
@@ -17,6 +17,7 @@
:page="{
current: pagination.currentPage,
size: pagination.pageSize,
+ total: pagination.total,
}"
@pagination="onCurrentChange"
></PIMTable>
--
Gitblit v1.9.3