Browse Source

报表导出日期格式

zhuth 6 years ago
parent
commit
86d77e12cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/exportor.js

+ 1 - 1
src/utils/exportor.js

@@ -24,7 +24,7 @@
     tmplStyleNodeXML = '<{nodeName} {attributes}></{nodeName}>',
     tmplStyleNodeAttributeXML = 'ss:{key}="{value}"',
     styleConfig = [{
-        name: "Date",
+        name: "date",
         tag: "NumberFormat",
         key: "Format",
         value: "yyyy-mm-dd"