This commit is contained in:
Taric Xin
2022-04-02 13:45:44 +08:00
parent 3548558a64
commit 3e2e9ff834
4 changed files with 6 additions and 4 deletions

View File

@ -123,7 +123,7 @@ export class InputInvoiceComponent implements OnInit {
title: '发票类型',
ui: {
widget: 'dict-select',
params: { dictKey: 'DictConstants.INVOICE_TYPE' },
params: { dictKey: 'invoice:type' },
placeholder: '请选择',
visibleIf: {
expand: (value: boolean) => value