🔨 添加描述字段.

This commit is contained in:
lijiahang
2025-01-17 09:56:30 +08:00
parent a217b95783
commit 56ece9c854
41 changed files with 360 additions and 97 deletions

View File

@@ -1,8 +1,8 @@
import type { FieldRule } from '@arco-design/web-vue';
export const description = [{
maxLength: 128,
message: '描述长度不能大于128位'
maxLength: 255,
message: '描述长度不能大于255位'
}] as FieldRule[];
export const hostIdList = [{

View File

@@ -1,8 +1,8 @@
import type { FieldRule } from '@arco-design/web-vue';
export const description = [{
maxLength: 128,
message: '执行描述长度不能大于128位'
maxLength: 255,
message: '执行描述长度不能大于255位'
}] as FieldRule[];
export const hostIdList = [{