mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 16:30:25 +08:00 
			
		
		
		
	feat: message notify
This commit is contained in:
		@@ -47,6 +47,7 @@ const { t } = useI18n();
 | 
			
		||||
 | 
			
		||||
const searchItems = [
 | 
			
		||||
    SearchItem.select('status', 'common.status').withEnum(ProcinstTaskStatus),
 | 
			
		||||
    SearchItem.input('bizKey', 'flow.bizKey'),
 | 
			
		||||
    SearchItem.select('bizType', 'flow.bizType').withEnum(FlowBizType),
 | 
			
		||||
];
 | 
			
		||||
const columns = [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user