Browse Source

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

yz 1 month ago
parent
commit
397282bba1
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>