详情动态表单按钮不显示,我的流程流程分类显示问题

This commit is contained in:
gexinzhineng/gxzn27
2023-03-06 15:28:10 +08:00
parent 6b25601936
commit 269aabd6df
3 changed files with 14 additions and 4 deletions

View File

@@ -33,7 +33,12 @@ const crudSchemas = reactive<VxeCrudSchema>({
field: 'category',
dictType: DICT_TYPE.BPM_MODEL_CATEGORY,
dictClass: 'number',
isSearch: true
isSearch: true,
table: {
slots: {
default: 'category_default'
}
}
},
{
title: '当前审批任务',