1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
| {
| "templateKeyName": "编号",
| "templateName": "镜像",
| "columns": [
| {
| "hasDefaultValue": false,
| "limitParam": "64",
| "code": "name",
| "limitErrInfo": "镜像名称不能超过64",
| "cnCode": "镜像名称",
| "limit": "maxLength",
| "show": true,
| "inputType": "input",
| "required": true,
| "desc": "必填,name"
| },
| {
| "hasDefaultValue": false,
| "limitParam": "12",
| "code": "imagesType",
| "limitErrInfo": "镜像类型不能超过12",
| "cnCode": "镜像类型",
| "limit": "maxLength",
| "show": true,
| "inputType": "input",
| "required": true,
| "desc": "必填,imagesType"
| },
| {
| "hasDefaultValue": false,
| "limitParam": "512",
| "code": "typeUrl",
| "limitErrInfo": "类型地址不能超过512",
| "cnCode": "类型地址",
| "limit": "maxLength",
| "show": true,
| "inputType": "input",
| "required": true,
| "desc": "必填,typeUrl"
| },
| {
| "hasDefaultValue": false,
| "limitParam": "12",
| "code": "imagesFlag",
| "limitErrInfo": "镜像标识不能超过12",
| "cnCode": "镜像标识",
| "limit": "maxLength",
| "show": true,
| "inputType": "input",
| "required": true,
| "desc": "必填,imagesFlag"
| }
| ],
| "searchName": "编号",
| "directories": "admin",
| "searchCode": "id",
| "templateCode": "businessImages",
| "conditions": [
| {
| "whereCondition": "equal",
| "code": "id",
| "name": "id",
| "inputType": "input"
| },
| {
| "whereCondition": "equal",
| "code": "name",
| "name": "name",
| "inputType": "input"
| },
| {
| "whereCondition": "equal",
| "code": "imagesType",
| "name": "imagesType",
| "inputType": "input"
| },
| {
| "whereCondition": "equal",
| "code": "imagesFlag",
| "name": "imagesFlag",
| "inputType": "input"
| }
| ],
| "templateKey": "id"
| }
|
|