瀏覽代碼

fix: change notice list

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,
     },
   },