[update] 市场清单子表备注字段修改
This commit is contained in:
+1
-1
@@ -336,7 +336,7 @@ export default {
|
|||||||
title: this.$t('remarks'),
|
title: this.$t('remarks'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 180,
|
width: 180,
|
||||||
dataIndex: 'remarks',
|
dataIndex: 'remark',
|
||||||
scopedSlots: { customRender: 'text' }
|
scopedSlots: { customRender: 'text' }
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
+1
-1
@@ -446,7 +446,7 @@ export default {
|
|||||||
title: this.$t('remarks'),
|
title: this.$t('remarks'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 180,
|
width: 180,
|
||||||
dataIndex: 'remarks',
|
dataIndex: 'remark',
|
||||||
scopedSlots: { customRender: 'text' }
|
scopedSlots: { customRender: 'text' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
+2
-2
@@ -135,10 +135,10 @@
|
|||||||
v-decorator.trim="[ 'requireType', validatorRules.requireType ]" />
|
v-decorator.trim="[ 'requireType', validatorRules.requireType ]" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<!-- 备注 -->
|
<!-- 备注 -->
|
||||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('standardRegulationLibrary.marketListField.certifiedDeliverables')">
|
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('remarks')">
|
||||||
<a-input :placeholder="$t('pleaseEnter') + $t('remarks')"
|
<a-input :placeholder="$t('pleaseEnter') + $t('remarks')"
|
||||||
:maxLength="50"
|
:maxLength="50"
|
||||||
v-decorator.trim="[ 'remarks', validatorRules.remarks ]" />
|
v-decorator.trim="[ 'remark', validatorRules.remark ]" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-form>
|
</a-form>
|
||||||
</a-spin>
|
</a-spin>
|
||||||
|
|||||||
@@ -289,7 +289,7 @@ export default {
|
|||||||
title: this.$t('remarks'),
|
title: this.$t('remarks'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 180,
|
width: 180,
|
||||||
dataIndex: 'remarks',
|
dataIndex: 'remark',
|
||||||
scopedSlots: { customRender: 'text' }
|
scopedSlots: { customRender: 'text' }
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user