|
@@ -169,14 +169,13 @@
|
|
|
>
|
|
>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|
|
|
- <el-table-column label="数量" prop="demandQuantity" width="160">
|
|
|
|
|
|
|
+ <el-table-column label="数量" prop="demandQuantity" width="180">
|
|
|
<template slot-scope="{ row, $index }">
|
|
<template slot-scope="{ row, $index }">
|
|
|
<el-form-item>
|
|
<el-form-item>
|
|
|
<el-input
|
|
<el-input
|
|
|
v-model="row.demandQuantity"
|
|
v-model="row.demandQuantity"
|
|
|
@input="changeInput(row, $index)"
|
|
@input="changeInput(row, $index)"
|
|
|
size="mini"
|
|
size="mini"
|
|
|
- style="width: 120px"
|
|
|
|
|
>
|
|
>
|
|
|
<template slot="append">{{ row.measuringUnit }}</template>
|
|
<template slot="append">{{ row.measuringUnit }}</template>
|
|
|
</el-input>
|
|
</el-input>
|