|
|
@@ -166,7 +166,14 @@
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</template>
|
|
|
-
|
|
|
+ <template v-slot:specification="scope">
|
|
|
+ <el-form-item
|
|
|
+ style="margin-bottom: 20px"
|
|
|
+ :prop="'datasource.' + scope.$index + '.specification'"
|
|
|
+ >
|
|
|
+ <el-input v-model="scope.row.specification" ></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </template>
|
|
|
<template v-slot:warehouseNum="scope">
|
|
|
<el-form-item style="margin-bottom: 20px">
|
|
|
{{ scope.row.warehouseNum }}
|
|
|
@@ -469,7 +476,7 @@
|
|
|
align: 'center'
|
|
|
},
|
|
|
{
|
|
|
- width: 120,
|
|
|
+ width: 160,
|
|
|
prop: 'specification',
|
|
|
label: '规格',
|
|
|
slot: 'specification',
|