src/views/usermng/product.vue
@@ -104,7 +104,7 @@ <span>{{ scope.row.specification }}</span> </template> </el-table-column> <el-table-column label="单挂(个)含药量" prop="explosiveContent" align="center" sortable="custom"> <el-table-column label="箱含药量" prop="explosiveContent" align="center" sortable="custom"> <template slot-scope="scope"> <span>{{ scope.row.explosiveContent }}</span> </template>