Browse Source

工资表插件

tall-salary-manage
xuesinan 4 years ago
parent
commit
60cb4e8eae
  1. 2
      index.html

2
index.html

@ -64,7 +64,7 @@
var myDate = new Date();
var tMonth = myDate.getMonth();
title.innerHTML = tMonth + 1 + '月份工资表';
title.innerHTML = tMonth === 0 ? '12月份工资表' : tMonth + '月份工资表';
},
jumpDetails(that) {

Loading…
Cancel
Save