|
@@ -158,13 +158,13 @@
|
|
|
:precision="2" :step="0.01" style="width: auto;" :disabled="true" />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="供货价">
|
|
|
+ <el-table-column label="出厂价">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input-number v-model="scope.row.manufacturerBasePrice" :controls="false" :max="999999999" :min="0"
|
|
|
:precision="2" :step="0.01" style="width: auto;" :disabled="true" />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="渠道价">
|
|
|
+ <el-table-column label="供货价">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input-number v-model="scope.row.manufacturerGuidePrice" :controls="false" :max="999999999" :min="0"
|
|
|
:precision="2" :step="0.01" style="width: auto;" :disabled="true" />
|