Преглед на файлове

账务管理,对账明细日期去掉时分秒

wangzhuo преди 1 година
родител
ревизия
b7946702d0
променени са 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
     },