liding
2026-05-25 960eba0574dc3c34f0722fff368aa7c8a70d9f32
src/views/productionManagement/productionReporting/components/Detail.vue
@@ -71,7 +71,7 @@
      <el-descriptions-item
          v-for="item in (otherData.rows || [])"
          :key="item.parameterItem"
          :label="item.parameterItem === '投入重量' ? '投入重量/数量' : item.parameterItem"
          :label="item.parameterItem"
      >
        {{ item.value || '-' }}
      </el-descriptions-item>