流程模型 流程分类显示问题

This commit is contained in:
gexinzhineng/gxzn27
2023-02-28 10:50:23 +08:00
parent f90c9a0c77
commit d8e540ee54
2 changed files with 10 additions and 1 deletions

View File

@ -44,7 +44,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: '表单信息',