feat:费用项设置去掉付费方式
This commit is contained in:
@@ -158,15 +158,15 @@ export const modalSchema: FormSchemaGetter = () => [
|
||||
placeholder: '请输入(如:元)',
|
||||
},
|
||||
},
|
||||
{
|
||||
label: '付费方式',
|
||||
fieldName: 'paymentMode',
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
options: getDictOptions('wy_fffs'),
|
||||
},
|
||||
rules: 'selectRequired',
|
||||
},
|
||||
// {
|
||||
// label: '付费方式',
|
||||
// fieldName: 'paymentMode',
|
||||
// component: 'Select',
|
||||
// componentProps: {
|
||||
// options: getDictOptions('wy_fffs'),
|
||||
// },
|
||||
// rules: 'selectRequired',
|
||||
// },
|
||||
{
|
||||
label: '进位方式',
|
||||
fieldName: 'roundingMode',
|
||||
@@ -202,7 +202,6 @@ export const modalSchema: FormSchemaGetter = () => [
|
||||
options: getDictOptions('pro_calculation_formula'),
|
||||
},
|
||||
rules: 'selectRequired',
|
||||
formItemClass: 'col-span-2',
|
||||
},
|
||||
{
|
||||
label: '计费单价',
|
||||
|
Reference in New Issue
Block a user