|
|
|
|
@ -119,7 +119,7 @@ |
|
|
|
|
</el-form-item> |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
<el-table-column align="center" label="添加量" prop="addQuantity" width="250"> |
|
|
|
|
<el-table-column align="center" label="添加量" prop="addQuantityType" width="250"> |
|
|
|
|
<!-- <template #header> |
|
|
|
|
<span><i style="color: red">*</i>添加量</span> |
|
|
|
|
</template> --> |
|
|
|
|
@ -128,7 +128,7 @@ |
|
|
|
|
:prop="`tableData[${scope.$index}].addQuantity`" |
|
|
|
|
:rules="formRules.addQuantity" |
|
|
|
|
> --> |
|
|
|
|
<el-radio-group v-model="scope.row.radio"> |
|
|
|
|
<el-radio-group v-model="scope.row.addQuantityType"> |
|
|
|
|
<el-radio label="1">当前值</el-radio> |
|
|
|
|
<el-radio label="2">自定义</el-radio> |
|
|
|
|
</el-radio-group> |
|
|
|
|
|