Commit 3e2937b4 authored by 前端-许冠华's avatar 前端-许冠华

Merge branch 'fix-bug' into 'jinfa-0518'

fix: 付款条件文本框修改成下拉框 See merge request project/jinfa-platform!29
parents 7f3cea61 1c2901fe
......@@ -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