File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2424 <template #name_default =" { row } " >
2525 <XTextButton :title =" row.name" @click =" handleBpmnDetail(row.id)" />
2626 </template >
27+ <!-- 流程分类 -->
28+ <template #category_default =" { row } " >
29+ <DictTag :type =" DICT_TYPE.BPM_MODEL_CATEGORY" :value =" Number(row?.category)" />
30+ </template >
2731 <!-- 表单信息 -->
2832 <template #formId_default =" { row } " >
2933 <XTextButton
Original file line number Diff line number Diff line change @@ -44,7 +44,12 @@ const crudSchemas = reactive<VxeCrudSchema>({
4444 field : 'category' ,
4545 dictType : DICT_TYPE . BPM_MODEL_CATEGORY ,
4646 dictClass : 'number' ,
47- isSearch : true
47+ isSearch : true ,
48+ table : {
49+ slots : {
50+ default : 'category_default'
51+ }
52+ }
4853 } ,
4954 {
5055 title : '表单信息' ,
You can’t perform that action at this time.
0 commit comments