DESKTOP-USV654P\pc 2 тижнів тому
батько
коміт
09500181a5
2 змінених файлів з 3 додано та 3 видалено
  1. 1 1
      Makefile
  2. 2 2
      src/views/notice/components/config.ts

+ 1 - 1
Makefile

@@ -12,7 +12,7 @@ build:
 
 commit:
 	git add . && \
-	git commit --no-verify -m "fix: change textbookSubscription"
+	git commit --no-verify -m "fix: change notice list"
 
 checkPre:
 	git checkout pre

+ 2 - 2
src/views/notice/components/config.ts

@@ -16,8 +16,8 @@ export const searchFormSchema: FormSchema[] = [
     colProps: { span: 8 },
     componentProps: {
       placeholder: ['开始日期', '结束日期'],
-      format: 'YYYY-MM-DD',
-      showTime: false,
+      format: 'YYYY-MM-DD HH:mm:ss',
+      showTime: { format: 'HH:mm:ss' },
       getPopupContainer: () => document.body,
     },
   },