|
@@ -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">
|