多了3 4 年 的课
This commit is contained in:
@@ -584,7 +584,15 @@ export default {
|
|||||||
{
|
{
|
||||||
value: 365,
|
value: 365,
|
||||||
label: "一年(365天)"
|
label: "一年(365天)"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
value: 365*3,
|
||||||
|
label: `三年(${365*3}天)`
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 365*4,
|
||||||
|
label: `四年(${365*4}天)`
|
||||||
|
},
|
||||||
],
|
],
|
||||||
validityPeriod: 180,
|
validityPeriod: 180,
|
||||||
isEdit: false,
|
isEdit: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user