src/views/inventoryManagement/receiptManagement/components/formDiaManual.vue
@@ -75,10 +75,10 @@ <el-input-number :step="0.01" :min="0" style="width: 100%" v-model="scope.row.taxInclusiveUnitPrice" @change="() => calculateTotalPrice(scope.row)" /> </template> </el-table-column> <el-table-column label="总价(元)" prop="taxInclusiveTotalPrice" width="150" <el-table-column label="总价(元)" prop="taxInclusiveTotalPrice" width="150" > </el-table-column> <el-table-column label="操作" width="80" v-if="operationType === 'add'">