优化打印机配置

This commit is contained in:
gyq
2026-04-22 10:09:50 +08:00
parent e2338b3888
commit 6d09813aa4
16 changed files with 612 additions and 67 deletions

View File

@@ -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: "打印机状态",