From cc174bcae32f204c317bf6ac924cd858707c8f96 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期二, 31 十月 2023 16:43:49 +0800
Subject: [PATCH] 版本规则计数器
---
Source/UBCS-WEB/src/views/modeling/Version.vue | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/Source/UBCS-WEB/src/views/modeling/Version.vue b/Source/UBCS-WEB/src/views/modeling/Version.vue
index 70d4178..f350d92 100644
--- a/Source/UBCS-WEB/src/views/modeling/Version.vue
+++ b/Source/UBCS-WEB/src/views/modeling/Version.vue
@@ -59,6 +59,7 @@
],
form:{},
option:{
+ height:'auto',
headerAlign:'center',
align: 'center',
border: true,
@@ -107,6 +108,9 @@
{
label: "鍒濆鍊�",
prop:"startCode",
+ type: 'number',
+ min:1,
+ max:99999,
rules: [
{
required: true,
@@ -126,14 +130,14 @@
}
]
},
- {
- label: "鍓嶇紑",
- prop:"prefixCode"
- },
- {
- label: "鍚庣紑",
- prop: "suffixCode"
- },
+ // {
+ // label: "鍓嶇紑",
+ // prop:"prefixCode"
+ // },
+ // {
+ // label: "鍚庣紑",
+ // prop: "suffixCode"
+ // },
{
label: "鎻忚堪",
prop:"description",
--
Gitblit v1.9.3