mooho-base-admin-plus 2.9.4 → 2.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/history.md CHANGED
@@ -172,3 +172,4 @@ mooho-base-admin-plus@2.9.1 - 修复表格中弹出选择框显示异常,待
172
172
  mooho-base-admin-plus@2.9.2 - 修复自定义页面无法编辑的bug
173
173
  mooho-base-admin-plus@2.9.3 - 修复表格验证无效的bug
174
174
  mooho-base-admin-plus@2.9.4 - 增加日期格式化方法
175
+ mooho-base-admin-plus@2.9.5 - 修复上一版本bug
@@ -18875,7 +18875,7 @@ const initRouter = (a, r) => {
18875
18875
  `, "<br/>") : a;
18876
18876
  },
18877
18877
  getDateFormat(a, r) {
18878
- return format$4(a, r);
18878
+ return format$4(new Date(a), r);
18879
18879
  },
18880
18880
  // 根据表达式取值
18881
18881
  parseData(a, r) {