admin-web/src/views/departmentitem/itemdis/distribution/detail.vue
@@ -60,7 +60,7 @@ <el-form> <el-row class="card3" v-for="(mItem, mIndex) in goodsItem.models" :key="mIndex"> <el-col style="padding: 10px 0" :span="10"> <el-form-item label="规格型号1:" style="margin-bottom: 0"> <el-form-item label="规格型号:" style="margin-bottom: 0"> {{ mItem.baseGoodsModelsName }} </el-form-item> </el-col> @@ -104,7 +104,7 @@ <img v-if="checkImg(src.name)" class="v-img" :src="src.url" :src="getUrl(src.path)" :alt="src.name" style="width: 100px; height: 100px" />