From 5c124cdf26e4d749eae1e7fc9df366e9a5f4d259 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期二, 18 八月 2026 15:04:09 +0800
Subject: [PATCH] 选择采购订单修改列表宽度设置
---
src/views/infra/demo/demo03/inner/data.ts | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/infra/demo/demo03/inner/data.ts b/src/views/infra/demo/demo03/inner/data.ts
index c734a2c..1c183ab 100644
--- a/src/views/infra/demo/demo03/inner/data.ts
+++ b/src/views/infra/demo/demo03/inner/data.ts
@@ -2,8 +2,8 @@
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { Demo03StudentApi } from '#/api/infra/demo/demo03/inner';
-import { DICT_TYPE } from '..\..\..\..\..\packages\constants\src';
-import { getDictOptions } from '..\..\..\..\..\packages\effects\hooks\src';
+import { DICT_TYPE } from '@vben/constants';
+import { getDictOptions } from '@vben/hooks';
import { getRangePickerDefaultProps } from '#/utils';
@@ -46,7 +46,7 @@
componentProps: {
showTime: true,
format: 'YYYY-MM-DD HH:mm:ss',
- valueFormat: 'x',
+ valueFormat: 'YYYY-MM-DD HH:mm:ss',
},
},
{
--
Gitblit v1.9.3