From 5176968d3e856c108be40eb371c5b332bbbc4e65 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 26 八月 2025 14:49:56 +0800
Subject: [PATCH] 异常信息表格式调整

---
 src/views/flowmgr/taskassign.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/flowmgr/taskassign.vue b/src/views/flowmgr/taskassign.vue
index ad4abec..05aed38 100644
--- a/src/views/flowmgr/taskassign.vue
+++ b/src/views/flowmgr/taskassign.vue
@@ -33,7 +33,7 @@
     'attachForm.processEdition': function (val) {
       if(val && this.attachForm.drawingNo && this.attachForm.processNo ) {
         //this.attachForm.title = `${val}-${this.attachForm.processNo}-鏁版帶绋嬪簭缂栧埗`;
-		    this.attachForm.title = `${this.attachForm.drawingNo}-${this.attachForm.processNo} -${val}-鏁版帶绋嬪簭缂栧埗`;
+		    this.attachForm.title = `${this.attachForm.drawingNo}-${this.attachForm.processNo}-${val}-鏁版帶绋嬪簭缂栧埗`;
       }
     },
   },
@@ -119,7 +119,7 @@
             type: 'input',
             span: 12,
             dataType: 'string',
-            maxlength: 2,
+            maxlength: 10,
             rules: [{ required: true, message: '蹇呭~', trigger: 'blur' }],
           },
           {

--
Gitblit v1.9.3