济菏高速业务端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
426 B

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