lxf 1 rok pred
rodič
commit
d4f315fa30
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/components/makeProduct/index.vue

+ 1 - 1
src/components/makeProduct/index.vue

@@ -32,7 +32,7 @@
                     <el-col :span="12">
                       <div style="margin-bottom: 10px">
                         <el-button type="primary" size="small" @click="clickPackingFittings(props)">选择常用包装</el-button>
-                        <el-button type="success" size="small" @click="clickPackingFittings(props)">包材常用包装</el-button>
+                        <el-button type="success" size="small" @click="clickPackingFittings(props)">保存常用包装</el-button>
                         <el-button type="primary" size="small" @click="clickPackingFittings(props)">选择包材配件</el-button>
                       </div>
                       <el-table :data="props.row.packagingMaterialList" :row-style="{ height: '35px' }" header-row-class-name="tableHeader">