Browse Source

Revert "fix(forecast): 修正预测申报按钮的文本为"添加物料""

This reverts commit 397282bba1a6ad25e09d2271392d101ff18893aa.
yz 1 week ago
parent
commit
2b0ee8d9b6
1 changed files with 1 additions and 1 deletions
  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>