review:【EP】【BPM 工作流】infra 相关功能的实现
This commit is contained in:
@@ -43,6 +43,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
||||
fieldName: 'beginTime',
|
||||
label: '请求时间',
|
||||
component: 'RangePicker',
|
||||
// TODO @puhui999:时间范围不太对。结束时间不是 23:59:59 这种哈
|
||||
componentProps: {
|
||||
...getRangePickerDefaultProps(),
|
||||
allowClear: true,
|
||||
|
||||
@@ -35,6 +35,7 @@ const [Modal, modalApi] = useVbenModal({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<!-- TODO @puhui999:这个后续会做类似 antd 的 description 组件么? -->
|
||||
<Modal
|
||||
title="API 访问日志详情"
|
||||
class="w-1/2"
|
||||
|
||||
Reference in New Issue
Block a user