From b97726424bdbac7284c233d6afb994306b80eea2 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期六, 02 八月 2025 13:59:21 +0800
Subject: [PATCH] update

---
 src/views/flowmgr/taskassign.vue |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/views/flowmgr/taskassign.vue b/src/views/flowmgr/taskassign.vue
index 046cc36..f09ff66 100644
--- a/src/views/flowmgr/taskassign.vue
+++ b/src/views/flowmgr/taskassign.vue
@@ -1,8 +1,8 @@
 <!--
  * @Author: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
  * @Date: 2025-05-28 12:03:55
- * @LastEditors: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
- * @LastEditTime: 2025-08-01 10:45:48
+ * @LastEditors: gaoshp
+ * @LastEditTime: 2025-08-02 13:07:00
  * @FilePath: /mdmweb/src/views/flowmgr/taskassign.vue
  * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 -->
@@ -58,7 +58,11 @@
             prop: 'processNo',
             type: 'input',
             span: 12,
-            dataType: 'string',
+            type: 'number',
+            step: 1,
+            precision: 0,
+            dataType: 'number',
+            maxlength: 3,
           },
           {
             label: '宸ュ簭鍚嶇О',
@@ -66,6 +70,7 @@
             type: 'input',
             span: 12,
             dataType: 'string',
+            maxlength: 2,
           },
           {
             label: '宸ュ簭鐗堟',

--
Gitblit v1.9.3