Revert "feat: useVbenForm 增加 TimeRangePicker(时间区间选择) 组件"
This reverts commit 645a9f18f7.
This commit is contained in:
parent
645a9f18f7
commit
a7297e62a3
@ -4,7 +4,6 @@
|
||||
|
||||
- 流程表达式 follow后端更新
|
||||
- websocket功能(默认关闭)
|
||||
- useVbenForm 增加 TimeRangePicker(时间区间选择) 组件
|
||||
|
||||
**REFACTOR**
|
||||
|
||||
|
||||
@ -73,9 +73,6 @@ const Textarea = defineAsyncComponent(() =>
|
||||
const TimePicker = defineAsyncComponent(
|
||||
() => import('ant-design-vue/es/time-picker'),
|
||||
);
|
||||
const TimeRangePicker = defineAsyncComponent(() =>
|
||||
import('ant-design-vue/es/date-picker').then((res) => res.RangePicker),
|
||||
);
|
||||
const TreeSelect = defineAsyncComponent(
|
||||
() => import('ant-design-vue/es/tree-select'),
|
||||
);
|
||||
@ -156,7 +153,6 @@ export type ComponentType =
|
||||
| 'Switch'
|
||||
| 'Textarea'
|
||||
| 'TimePicker'
|
||||
| 'TimeRangePicker'
|
||||
| 'TreeSelect'
|
||||
| 'Upload'
|
||||
| BaseFormComponentType;
|
||||
@ -226,7 +222,6 @@ async function initComponentAdapter() {
|
||||
Switch,
|
||||
Textarea: withDefaultPlaceholder(Textarea, 'input'),
|
||||
TimePicker,
|
||||
TimeRangePicker,
|
||||
TreeSelect: withDefaultPlaceholder(TreeSelect, 'select'),
|
||||
Upload,
|
||||
ImageUpload,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user