This commit is contained in:
2026-04-01 10:20:32 +08:00

View File

@@ -163,7 +163,6 @@ const modalConfig: IModalConfig<editRequest> = {
options: options.printType,
initialValue: options.printType.map(v => v.value)
},
{
label: "打印机状态",
prop: "status",
@@ -174,6 +173,16 @@ const modalConfig: IModalConfig<editRequest> = {
inactiveValue: 0,
}
},
{
label: "媒体音开关",
prop: "volumeSwitch",
type: "switch",
initialValue: 1,
attrs: {
activeValue: 1,
inactiveValue: 0,
}
},
],
};