This website works better with JavaScript
Home
Explore
Help
Sign In
gubersail
/
gubersail-platform-ui
Watch
5
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix(forecast): 修正预测申报按钮的文本为"添加物料"
yz
1 month ago
parent
b345ac6e05
commit
397282bba1
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/views/forecast/index.vue
+ 1
- 1
src/views/forecast/index.vue
View File
@@ -30,7 +30,7 @@
icon="el-icon-plus"
@click="handleAdd"
>
-
新增预测申报
+
添加物料
</el-button>
</template>