diff --git a/README.md b/README.md index 318308e..74458ae 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,123 @@ -# qweq123 + + +
+ +ID | 书名 | +出版社 | 价格 | +数量 | 金额 | +
---|---|---|---|---|---|
{{item.id}} | +{{item.name}} | +{{item.press}} | +{{(item.price*0.8).toFixed(2)}} | ++ + + + | ++ {{(item.price*item.count).toFixed(2)}} + | +
合计: | {{totaAmount.toFixed(2)}} |