diff --git a/README.md b/README.md index 318308e..74458ae 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,123 @@ -# qweq123 + + + + + Title + + + + +
+
+
+

商品信息表

+ + + + + + + + + + + + + + + +
ID书名出版社价格数量金额
{{item.id}}{{item.name}}{{item.press}}{{(item.price*0.8).toFixed(2)}} + + + + + {{(item.price*item.count).toFixed(2)}} +
合计:{{totaAmount.toFixed(2)}}
+
+
+
+ + + +