From 4c1d56da67e72a88af9d061e7007558b0e0ef958 Mon Sep 17 00:00:00 2001 From: p8qk6wvz2 <1514739040@qq.com> Date: Wed, 10 Jul 2024 10:01:35 +0800 Subject: [PATCH] Update README.md --- README.md | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 122 insertions(+), 1 deletion(-) 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)}}
+
+
+
+ + + +