优化打印机配置
This commit is contained in:
@@ -160,11 +160,11 @@ const modalConfig: IModalConfig<editRequest> = {
|
||||
initialValue: options.printMethod[0].value
|
||||
},
|
||||
{
|
||||
type: "checkbox",
|
||||
type: "custom",
|
||||
label: "打印类型",
|
||||
prop: "printType",
|
||||
options: options.printType,
|
||||
initialValue: options.printType.map(v => v.value)
|
||||
prop: "printContentType",
|
||||
options: '',
|
||||
initialValue: ''
|
||||
},
|
||||
{
|
||||
label: "打印机状态",
|
||||
|
||||
Reference in New Issue
Block a user