Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jiaxing.zhou
2025-02-17 17:57:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
11d86c5089fce3d1bcaff013d1f53c85ee3d043c
11d86c50
1 parent
66706d6e
refactor(editReportingData): 将"添加新物品"文本修改为"添加新商品"
- 在添加新商品的按钮上将"添加新物品"修改为"添加新商品"
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/editReportingData/index.vue
src/views/editReportingData/index.vue
View file @
11d86c5
...
...
@@ -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
...
...
Please
register
or
login
to post a comment