|
@@ -342,7 +342,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column align="center" label="采购价格" prop="costPrice" min-width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-input size="small" type="number" v-model="scope.row.costPrice"></el-input>
|
|
|
+ <!-- <el-input size="small" type="number" v-model="scope.row.costPrice"></el-input> -->
|
|
|
+ {{ scope.row.costPrice }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column align="center" label="单价" prop="price" min-width="120">
|