From 44377d44fe19ec2fb72a5aef3c58337ff46db73a Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 22 六月 2026 19:05:19 +0800
Subject: [PATCH] fix(productionCosting): 生产核算--注释工资列以隐藏该字段
---
src/views/reportAnalysis/productionAnalysis/components/center-bottom.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/reportAnalysis/productionAnalysis/components/center-bottom.vue b/src/views/reportAnalysis/productionAnalysis/components/center-bottom.vue
index f4f4024..ce746c7 100644
--- a/src/views/reportAnalysis/productionAnalysis/components/center-bottom.vue
+++ b/src/views/reportAnalysis/productionAnalysis/components/center-bottom.vue
@@ -1,6 +1,6 @@
<template>
<div>
- <PanelHeader title="鐢熶骇璁㈠崟瀹屾垚杩涘害" />
+ <PanelHeader title="鐢熶骇璁㈠崟瀹屾垚杩涘害" to="/productionManagement/productionOrder" />
<div class="main-panel">
<div class="panel-item-customers">
<CarouselCards :items="cardItems" :visible-count="4" />
--
Gitblit v1.9.3