This website works better with JavaScript
首页
发现
帮助
登录
gubersail
/
gubersail-platform-ui
关注
5
点赞
0
派生
0
文件
工单管理
0
合并请求
0
Wiki
浏览代码
fix(forecast): 修正预测申报按钮的文本为"添加物料"
yz
2 月之前
父节点
b345ac6e05
当前提交
397282bba1
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
显示文件统计
1
1
src/views/forecast/index.vue
+ 1
- 1
src/views/forecast/index.vue
查看文件
@@ -30,7 +30,7 @@
icon="el-icon-plus"
@click="handleAdd"
>
-
新增预测申报
+
添加物料
</el-button>
</template>