review:【EP】【BPM 工作流】infra 相关功能的实现

This commit is contained in:
YunaiV
2025-05-14 23:34:32 +08:00
parent b6c54cbb66
commit 6fd1b18c31
12 changed files with 14 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
fieldName: 'beginTime',
label: '请求时间',
component: 'RangePicker',
// TODO @puhui999时间范围不太对。结束时间不是 23:59:59 这种哈
componentProps: {
...getRangePickerDefaultProps(),
allowClear: true,

View File

@@ -35,6 +35,7 @@ const [Modal, modalApi] = useVbenModal({
</script>
<template>
<!-- TODO @puhui999这个后续会做类似 antd description 组件么 -->
<Modal
title="API 访问日志详情"
class="w-1/2"