소스 검색

Merge remote-tracking branch 'origin/dev' into dev

caojunjie 1 년 전
부모
커밋
15dde9c8c2
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/views/financialManagement/compareBill/configuration/detailsPage.json

+ 6 - 0
src/views/financialManagement/compareBill/configuration/detailsPage.json

@@ -91,12 +91,18 @@
     {
       "label": "日期起",
       "prop": "rentStartDate",
+      "type": "datetime",
+      "format": "yyyy-MM-dd",
+      "valueFormat": "yyyy-MM-dd HH:mm:ss",
       "index": 8,
       "width": 180
     },
     {
       "label": "日期止",
       "prop": "rentEndDate",
+      "type": "datetime",
+      "format": "yyyy-MM-dd",
+      "valueFormat": "yyyy-MM-dd HH:mm:ss",
       "index": 9,
       "width": 180
     },