From 972b01d9d02d93b609e0d3f8ff58fffb08b98dfd Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 13 三月 2026 09:36:02 +0800
Subject: [PATCH] 新疆海川开心 1.付款与回款展示字段修改 2.付款登记编辑的时候需要付款日期可修改

---
 src/views/productionManagement/productionReporting/components/formDia.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/productionManagement/productionReporting/components/formDia.vue b/src/views/productionManagement/productionReporting/components/formDia.vue
index e54adc7..8529960 100644
--- a/src/views/productionManagement/productionReporting/components/formDia.vue
+++ b/src/views/productionManagement/productionReporting/components/formDia.vue
@@ -46,7 +46,7 @@
               />
             </template>
           </el-table-column>
-          <el-table-column label="鍗曚环(鍏�)" prop="unitPrice" width="120">
+          <el-table-column label="鍗曚环(鍏�)" prop="unitPrice" width="200">
             <template #default="scope">
               <el-input-number
                 v-model="scope.row.unitPrice"

--
Gitblit v1.9.3