jiaxing.zhou

refactor(editReportingData): 将"添加新物品"文本修改为"添加新商品"

- 在添加新商品的按钮上将"添加新物品"修改为"添加新商品"
......@@ -524,7 +524,7 @@
</section>
<div class="addNewItem">
<i class="el-icon-circle-plus-outline" @click="addNewItem"></i>
<span @click="addNewItem">添加新品</span>
<span @click="addNewItem">添加新品</span>
</div>
<div style="margin-top: 20px; text-align: center">
<el-button
......