fix bug
This commit is contained in:
@ -156,7 +156,11 @@ export class CostManagementComponent implements OnInit {
|
||||
feeSubId: {
|
||||
type: 'string',
|
||||
title: '费用科目',
|
||||
enum: [{ label: '全部', value: '全部' }],
|
||||
enum: [
|
||||
{ label: '全部', value: '全部' },
|
||||
{ label: '运输费', value: '1475197820443299842' },
|
||||
{ label: '附加费', value: '1476197820443299842 ' },
|
||||
],
|
||||
ui: {
|
||||
widget: 'select',
|
||||
placeholder: '请选择',
|
||||
|
||||
@ -217,7 +217,7 @@ export class ReceiptOrderComponent implements OnInit {
|
||||
// },
|
||||
remarks: {
|
||||
type: 'string',
|
||||
title: '付款备注',
|
||||
title: '收款备注',
|
||||
ui: {
|
||||
placeholder: '请输入',
|
||||
visibleIf: {
|
||||
|
||||
Reference in New Issue
Block a user