refactor(editReportingData): 将"添加新物品"文本修改为"添加新商品"
- 在添加新商品的按钮上将"添加新物品"修改为"添加新商品"
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -524,7 +524,7 @@ | ... | @@ -524,7 +524,7 @@ |
| 524 | </section> | 524 | </section> |
| 525 | <div class="addNewItem"> | 525 | <div class="addNewItem"> |
| 526 | <i class="el-icon-circle-plus-outline" @click="addNewItem"></i> | 526 | <i class="el-icon-circle-plus-outline" @click="addNewItem"></i> |
| 527 | - <span @click="addNewItem">添加新物品</span> | 527 | + <span @click="addNewItem">添加新商品</span> |
| 528 | </div> | 528 | </div> |
| 529 | <div style="margin-top: 20px; text-align: center"> | 529 | <div style="margin-top: 20px; text-align: center"> |
| 530 | <el-button | 530 | <el-button | ... | ... |
-
Please register or login to post a comment