File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,19 @@ const crudSchemas = reactive<VxeCrudSchema>({
17
17
title : '定义名称' ,
18
18
field : 'name' ,
19
19
table : {
20
- width : 120 ,
20
+ // width: 120,
21
21
slots : {
22
22
default : 'name_default'
23
23
}
24
24
}
25
25
} ,
26
26
{
27
- title : '流程分类 ' ,
27
+ title : '定义分类 ' ,
28
28
field : 'category' ,
29
29
// dictType: DICT_TYPE.BPM_MODEL_CATEGORY,
30
- // dictClass: 'string'
30
+ // dictClass: 'number',
31
31
table : {
32
+ // width: 120,
32
33
slots : {
33
34
default : 'category_default'
34
35
}
@@ -38,7 +39,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
38
39
title : '表单信息' ,
39
40
field : 'formId' ,
40
41
table : {
41
- width : 120 ,
42
+ // width: 200 ,
42
43
slots : {
43
44
default : 'formId_default'
44
45
}
@@ -48,7 +49,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
48
49
title : '流程版本' ,
49
50
field : 'version' ,
50
51
table : {
51
- width : 80 ,
52
+ // width: 80,
52
53
slots : {
53
54
default : 'version_default'
54
55
}
@@ -58,7 +59,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
58
59
title : '激活状态' ,
59
60
field : 'suspensionState' ,
60
61
table : {
61
- width : 80 ,
62
+ // width: 80,
62
63
slots : {
63
64
default : 'suspensionState_default'
64
65
}
@@ -68,10 +69,10 @@ const crudSchemas = reactive<VxeCrudSchema>({
68
69
title : '部署时间' ,
69
70
field : 'deploymentTime' ,
70
71
isForm : false ,
71
- formatter : 'formatDate' ,
72
- table : {
73
- width : 180
74
- }
72
+ formatter : 'formatDate'
73
+ // table: {
74
+ // width: 180
75
+ // }
75
76
}
76
77
]
77
78
} )
You can’t perform that action at this time.
0 commit comments