From c5151996182a7342bed2d62fcbd99349b9b2e3a1 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 03 七月 2024 14:58:28 +0800
Subject: [PATCH] 提交

---
 north-glass-erp/northglass-erp/src/views/pp/processCard/SelectPrintFlowCard.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/SelectPrintFlowCard.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/SelectPrintFlowCard.vue
index b94d173..7b5a29b 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/SelectPrintFlowCard.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/SelectPrintFlowCard.vue
@@ -56,7 +56,7 @@
 
 //鑾峰彇涓冨ぉ鍓嶅埌褰撳墠鏃堕棿
 function getNowTime() {
-  const start = new Date(new Date().getTime() - 3600 * 1000 * 24 * 7)
+  const start = new Date(new Date().getTime() - 3600 * 1000 * 24 * 10)
       .toISOString()
       .replace('T', ' ')
       .slice(0, 10) //榛樿寮�濮嬫椂闂�7澶╁墠
@@ -186,7 +186,7 @@
 
   toolbarConfig: {
     buttons: [
-      {'code': 'titleStyle', 'name': '鏍囩鏍峰紡',status: 'primary'}
+      {'code': 'titleStyle', 'name': t('processCard.labelStyle'),status: 'primary'}
     ],
 
     zoom: true,
@@ -289,7 +289,7 @@
     </vxe-grid>
     <el-dialog
         id="titleStyle"
-        :title="'鏍囩鏍峰紡'"
+        :title="$t('processCard.labelStyle')"
         style="width: 70%;height:70% "
         :close-on-click-modal="false"
         :close-on-press-escape="false"

--
Gitblit v1.8.0