import { planDeviceOptions } from "@screen/utils/enum.js"; export const searchFormList = [ { label: "预案名称:", key: "planName", }, { label: "设备类型:", key: "deviceType", type: "select", options: { options: planDeviceOptions, }, }, ]; export const defaultTableInfo = { deviceType: 2, searchRule: 1, number: 0, // zx_operationType: 2, // hf_operationType: 2, };