_options.ts 98 B

1234
  1. export const statusOptions = [
  2. { id: "0", label: "禁用" },
  3. { id: "1", label: "启用" },
  4. ];