调整有效期顺序
This commit is contained in:
parent
20537b9f59
commit
83dcbacf3d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue