From adeed9c2997994193ceb4d9667e7ef1bfe07de48 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 22 七月 2024 10:57:28 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master

---
 src/components/do/b3-work-time-management/work-time-statistics.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/components/do/b3-work-time-management/work-time-statistics.vue b/src/components/do/b3-work-time-management/work-time-statistics.vue
index 3b873af..70f7bc3 100644
--- a/src/components/do/b3-work-time-management/work-time-statistics.vue
+++ b/src/components/do/b3-work-time-management/work-time-statistics.vue
@@ -56,11 +56,12 @@
     </div>
     <div class="table">
       <ValueTable ref="ValueTable0"
-        v-if="currentTable == 'value0'"
+        v-if="currentTable == 'value0'" :isColumnWidth="true"
+                  :isShowZero="true"
 				:url="$api.auxiliaryOriginalHours.selectAuxiliaryOriginalHours"
 				:componentData="componentData" :key="upIndex" />
-      <ValueTable ref="ValueTable1"
-        v-if="currentTable == 'value1'"
+      <ValueTable ref="ValueTable1" :isShowZero="true"
+        v-if="currentTable == 'value1'" :isColumnWidth="true"
 				:url="$api.auxiliaryCorrectionHours.selectAuxiliaryCorrectionHours"
         :inputUrl="$api.auxiliaryCorrectionHours.upload"
 				:componentData="componentData0"

--
Gitblit v1.9.3