diff --git a/src/views/goods/lineReport/index.vue b/src/views/goods/lineReport/index.vue
index be3ac3f..ff002b8 100644
--- a/src/views/goods/lineReport/index.vue
+++ b/src/views/goods/lineReport/index.vue
@@ -9,7 +9,7 @@
今天 {{today}},{{fromData.header_content}}
-
- {{item.goods_name}}
+ {{'★'+item.goods_name}}
市场价:{{item.cost_price_min}}
推广价:{{item.goods_price_min}}
SKU:{{item.goods_no}}
@@ -123,6 +123,7 @@ export default {
if (that.goodsList.length > 0) {
that.goodsList.forEach(function (obj) {
text +=
+ '★' +
obj.goods_name +
'\n' +
'市场价:' +
@@ -135,9 +136,10 @@ export default {
obj.goods_no +
'\n' +
obj.jd_short_url +
- ';\n'
+ '\n' +
+ ' \n'
})
- let content = '今天' + that.today + ',' + that.fromData.header_content + '\n' + text
+ let content = '今天' + that.today + ',' + that.fromData.header_content + '\n' + ' \n' + text
that.copyText(content)
// if (content) {
// let el = document.createElement('textarea')
@@ -240,7 +242,7 @@ export default {
color: #000;
padding-top: 15px;
margin-top: 15px;
- border-top: 1px dashed #999;
+ // border-top: 1px dashed #999;
}
.report-name {
font-size: 14px;