mirror of https://github.com/cppla/ServerStatus
Update serverstatus.js
parent
fa20e2ae35
commit
8748824d6b
|
@ -465,7 +465,7 @@ function json2Excel() {
|
||||||
//4、changeData() 将数据处理成需要输出的格式
|
//4、changeData() 将数据处理成需要输出的格式
|
||||||
saveAs(new Blob([changeData(XLSX.write(workBook, wopts))], { type: 'application/octet-stream' }))
|
saveAs(new Blob([changeData(XLSX.write(workBook, wopts))], { type: 'application/octet-stream' }))
|
||||||
Array.prototype.forEach.call(elements1, function (element) {
|
Array.prototype.forEach.call(elements1, function (element) {
|
||||||
element.style = 'block';
|
element.style = '';
|
||||||
});
|
});
|
||||||
Array.prototype.forEach.call(elements2, function (element) {
|
Array.prototype.forEach.call(elements2, function (element) {
|
||||||
element.style = '';
|
element.style = '';
|
||||||
|
|
Loading…
Reference in New Issue