This commit is contained in:
parent
a347a2a38f
commit
63effa002d
|
|
@ -106,14 +106,14 @@
|
||||||
<el-input-number v-model="scope.row.originPrice" controls-position="right"></el-input-number>
|
<el-input-number v-model="scope.row.originPrice" controls-position="right"></el-input-number>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- <el-table-column label="起售数量" prop="suit">
|
<el-table-column label="起售数量" prop="suit">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input-number
|
<el-input-number
|
||||||
v-model="scope.row.suit"
|
v-model="scope.row.suit"
|
||||||
controls-position="right"
|
controls-position="right"
|
||||||
></el-input-number>
|
></el-input-number>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column> -->
|
</el-table-column>
|
||||||
<el-table-column label="库存数量" prop="stockNumber">
|
<el-table-column label="库存数量" prop="stockNumber">
|
||||||
<template v-slot="scope">
|
<template v-slot="scope">
|
||||||
<el-input-number v-model="scope.row.stockNumber" :disabled="!!form.id"
|
<el-input-number v-model="scope.row.stockNumber" :disabled="!!form.id"
|
||||||
|
|
@ -233,7 +233,7 @@
|
||||||
<el-input-number v-model="scope.row.originPrice" controls-position="right"></el-input-number>
|
<el-input-number v-model="scope.row.originPrice" controls-position="right"></el-input-number>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- <el-table-column label="起售数量" prop="suit">
|
<el-table-column label="起售数量" prop="suit">
|
||||||
<template slot="header" slot-scope="scope">
|
<template slot="header" slot-scope="scope">
|
||||||
<span>起售数量</span>
|
<span>起售数量</span>
|
||||||
<i class="icon el-icon-edit" @click="batchNumber('suit')"></i>
|
<i class="icon el-icon-edit" @click="batchNumber('suit')"></i>
|
||||||
|
|
@ -244,7 +244,7 @@
|
||||||
controls-position="right"
|
controls-position="right"
|
||||||
></el-input-number>
|
></el-input-number>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column> -->
|
</el-table-column>
|
||||||
<el-table-column label="库存数量" prop="stockNumber">
|
<el-table-column label="库存数量" prop="stockNumber">
|
||||||
<template slot="header" slot-scope="scope">
|
<template slot="header" slot-scope="scope">
|
||||||
<span>库存数量</span>
|
<span>库存数量</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue