@@ -6,7 +6,7 @@
<transition name="fade">
<el-row :gutter="30" style="height: 50px">
<el-col :span="10">
- <el-button type="primary" @click="handleAdd">新增出库</el-button>
+ <el-button type="primary" @click="handleAdd">新增入库</el-button>
</el-col>
</el-row>
</transition>