[update] 市场清单子表备注字段修改

This commit is contained in:
lideqin
2024-07-22 17:57:39 +08:00
parent bf4607a1d0
commit 0e55072214
4 changed files with 5 additions and 5 deletions
@@ -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' }
} }
], ],
@@ -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' }
}, },
{ {
@@ -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' }
} }
], ],