|
@@ -21,7 +21,7 @@ export default {
|
|
|
},
|
|
|
render: (h, { row, column, index }) => {
|
|
|
return this.isEditIndex == index ? <div class="redbordererr">
|
|
|
- <el-form-item label="" label-width="0px" prop={`orderProducts.${index}.${column.columnAttributes.prop}`} rules={this.orderInfo.isCj ? [] : required}>
|
|
|
+ <el-form-item label="" label-width="0px" prop={`orderProducts.${index}.${column.columnAttributes.prop}`} rules={this.orderInfo.isCj ? [] : []}>
|
|
|
<el-select
|
|
|
disabled={!this.formOptions.orderProducts.isEdit}
|
|
|
value={row[column.columnAttributes.prop]}
|
|
@@ -77,7 +77,7 @@ export default {
|
|
|
},
|
|
|
render: (h, { row, column, index }) => {
|
|
|
return this.isEditIndex == index ? <div class="redbordererr">
|
|
|
- <el-form-item label="" label-width="0px" prop={`orderProducts.${index}.${column.columnAttributes.prop}`} rules={this.orderInfo.isCj ? [] : required}>
|
|
|
+ <el-form-item label="" label-width="0px" prop={`orderProducts.${index}.${column.columnAttributes.prop}`} rules={this.orderInfo.isCj ? [] : []}>
|
|
|
<el-select
|
|
|
disabled={!this.formOptions.orderProducts.isEdit}
|
|
|
value={row[column.columnAttributes.prop]}
|