mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
style(html): javascript format
This commit is contained in:
parent
c35b84728d
commit
8118c5b6b0
1 changed files with 4 additions and 4 deletions
|
@ -98,10 +98,10 @@
|
|||
title: "打包时间",
|
||||
data: "ts",
|
||||
render: function (data, type, row, meta) {
|
||||
if(type == 'display') {
|
||||
return DATE_FORMATTER.format(new Date(data * 1000))
|
||||
if (type == 'display') {
|
||||
return DATE_FORMATTER.format(new Date(data * 1000))
|
||||
} else {
|
||||
return data
|
||||
return data
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -135,4 +135,4 @@
|
|||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue