From 03d1c2a0a06c29ecce27249ec49846e73ae7f042 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期六, 02 八月 2025 20:26:59 +0800
Subject: [PATCH] 111
---
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..47d6c0b 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 14:07:57
* @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',
+ max: 999,
},
{
label: '宸ュ簭鍚嶇О',
@@ -66,6 +70,7 @@
type: 'input',
span: 12,
dataType: 'string',
+ maxlength: 2,
},
{
label: '宸ュ簭鐗堟',
--
Gitblit v1.9.3