代码提交_3_12_修改ht文件
This commit is contained in:
parent
4155ecffdb
commit
3b16fbb05f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 130 KiB |
|
@ -4478,7 +4478,7 @@ export default {
|
||||||
i
|
i
|
||||||
].realTimePower.substring(
|
].realTimePower.substring(
|
||||||
0,
|
0,
|
||||||
this.tableData[i].realTimePower.indexOf(".") + 2
|
this.tableData[i].realTimePower.indexOf(".") + 3
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -4500,7 +4500,7 @@ export default {
|
||||||
i
|
i
|
||||||
].realTimePower.substring(
|
].realTimePower.substring(
|
||||||
0,
|
0,
|
||||||
this.tableData[i].realTimePower.indexOf(".") + 2
|
this.tableData[i].realTimePower.indexOf(".") + 3
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue