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>({
1717 title : '定义名称' ,
1818 field : 'name' ,
1919 table : {
20- width : 120 ,
20+ // width: 120,
2121 slots : {
2222 default : 'name_default'
2323 }
2424 }
2525 } ,
2626 {
27- title : '流程分类 ' ,
27+ title : '定义分类 ' ,
2828 field : 'category' ,
2929 // dictType: DICT_TYPE.BPM_MODEL_CATEGORY,
30- // dictClass: 'string'
30+ // dictClass: 'number',
3131 table : {
32+ // width: 120,
3233 slots : {
3334 default : 'category_default'
3435 }
@@ -38,7 +39,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
3839 title : '表单信息' ,
3940 field : 'formId' ,
4041 table : {
41- width : 120 ,
42+ // width: 200 ,
4243 slots : {
4344 default : 'formId_default'
4445 }
@@ -48,7 +49,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
4849 title : '流程版本' ,
4950 field : 'version' ,
5051 table : {
51- width : 80 ,
52+ // width: 80,
5253 slots : {
5354 default : 'version_default'
5455 }
@@ -58,7 +59,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
5859 title : '激活状态' ,
5960 field : 'suspensionState' ,
6061 table : {
61- width : 80 ,
62+ // width: 80,
6263 slots : {
6364 default : 'suspensionState_default'
6465 }
@@ -68,10 +69,10 @@ const crudSchemas = reactive<VxeCrudSchema>({
6869 title : '部署时间' ,
6970 field : 'deploymentTime' ,
7071 isForm : false ,
71- formatter : 'formatDate' ,
72- table : {
73- width : 180
74- }
72+ formatter : 'formatDate'
73+ // table: {
74+ // width: 180
75+ // }
7576 }
7677 ]
7778} )
You can’t perform that action at this time.
0 commit comments