FengChaoYu 3 meses atrás
pai
commit
957e6de68e

+ 2 - 1
src/views/mallManagement/order/offline_order_list/index.vue

@@ -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">