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