From 47cb586fbd01e6a1fc8ebeb1c651b534788a7a13 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期六, 27 六月 2026 16:55:27 +0800
Subject: [PATCH] fix: 销售报价的客户名称必填
---
src/views/reportAnalysis/productionAnalysis/components/left-top.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/reportAnalysis/productionAnalysis/components/left-top.vue b/src/views/reportAnalysis/productionAnalysis/components/left-top.vue
index 37c82f0..8b25973 100644
--- a/src/views/reportAnalysis/productionAnalysis/components/left-top.vue
+++ b/src/views/reportAnalysis/productionAnalysis/components/left-top.vue
@@ -1,6 +1,6 @@
<template>
<div>
- <PanelHeader title="宸ュ簭浜у嚭鍒嗘瀽" />
+ <PanelHeader title="宸ュ簭浜у嚭鍒嗘瀽" to="/productionManagement/processStatistics" />
<div class="main-panel panel-item-customers">
<div class="filters-row">
<DateTypeSwitch v-model="dateType" @change="handleDateTypeChange" />
--
Gitblit v1.9.3