@@ -448,14 +448,7 @@
(row) => dictValueLabel(row.productUnit, productUnit)
"
/>
- <el-table-column
- prop="price"
- label="单价"
- width="60"
- :formatter="
- (row) => dictValueLabel(row.productUnit, productUnit)
- "
- />
+ <el-table-column prop="price" label="单价" width="60" />
<el-table-column prop="count" label="采购数量" width="100" />
<el-table-column
prop="defectiveQuantity"