Commit 1c2901fe authored by GuanHua's avatar GuanHua

fix: 付款条件文本框修改成下拉框

parent 32332819
......@@ -277,6 +277,7 @@ export const schema = (editable: boolean): ISchema => {
paymentClauseType: {
type: 'string',
title: intl.formatMessage({ id: 'member.management.memberPrComingClassify.drawer.form.classify.paymentTerms' }, { default: '付款条件' }),
enum: [],
'x-rules': [
{
required: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment