@@ -16,6 +16,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
primaryType: 'id',
primaryTitle: '编号',
action: true,
+ searchSpan: 8,
columns: [
{
title: '组名',
primaryTitle: '申请编号',
actionWidth: '260',
title: t('common.status'),
@@ -7,6 +7,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
primaryKey: 'id',
primaryType: null,
title: '任务编号',