车间组件完成情况(未完成)

This commit is contained in:
bryan sun
2019-10-29 18:48:09 +08:00
10 changed files with 651 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ function zeroFill(i) {
return i
}
}
// 获取当前时间
// 获取当前时间(yyyy-mm-dd hh:mm:ss)
export function getNowTime() {
const date = new Date()
const month = zeroFill(date.getMonth() + 1)