Commit 96cdec3b by 杨树贤

修复

parent 0060e6f7
...@@ -463,7 +463,7 @@ ...@@ -463,7 +463,7 @@
if (data.length > 0) { if (data.length > 0) {
htmlArr.push('<table class="layui-table table-status"><thead>' + htmlArr.push('<table class="layui-table table-status"><thead>' +
'<tr><th style="text-align: center">数量</th>' + '<tr><th style="text-align: center">数量</th>' +
'<th style="text-align: center">国内含币价()</th>' + '<th style="text-align: center">人民币成本价(¥)</th>' +
'</tr></thead><tbody>') '</tr></thead><tbody>')
for (let i = 0; i < data.length; i++) { for (let i = 0; i < data.length; i++) {
htmlArr.push( htmlArr.push(
...@@ -498,7 +498,7 @@ ...@@ -498,7 +498,7 @@
if (data.length > 0) { if (data.length > 0) {
htmlArr.push('<table class="layui-table table-status"><thead>' + htmlArr.push('<table class="layui-table table-status"><thead>' +
'<tr><th style="text-align: center">数量</th>' + '<tr><th style="text-align: center">数量</th>' +
'<th style="text-align: center">USD成本价(未税</th>' + '<th style="text-align: center">美金成本价($</th>' +
'</tr></thead><tbody>') '</tr></thead><tbody>')
for (let i = 0; i < data.length; i++) { for (let i = 0; i < data.length; i++) {
htmlArr.push( htmlArr.push(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment