export const statusOptions = [ { id: "0", label: "禁用" }, { id: "1", label: "启用" }, ];