调整有效期顺序

This commit is contained in:
al 2024-11-05 17:59:29 +08:00
parent 20537b9f59
commit 83dcbacf3d
1 changed files with 11 additions and 4 deletions

View File

@ -20,11 +20,18 @@ import requireAPI from "@/utils/requireAPI";
const superSingles = [
{ key: 0, text: "永久" },
{ key: 1, text: "按生效" },
{ key: 2, text: "按半年生效" },
{ key: 3, text: "按季度生效" },
{ key: 4, text: "按生效" },
{ key: 1, text: "按生效" },
{ key: 2, text: "按季度生效" },
{ key: 3, text: "按半年生效" },
{ key: 4, text: "按生效" },
];
// const superSingles = [
// { key: 0, text: "" },
// { key: 1, text: "" },
// { key: 2, text: "" },
// { key: 3, text: "" },
// { key: 4, text: "" },
// ];
const ListItemWithCheckbox = ({
superSingle,
formData,