diff --git a/src/views/modules/shop/commonBookTags/operationsList.vue b/src/views/modules/shop/commonBookTags/operationsList.vue index 916663d..0d082a4 100644 --- a/src/views/modules/shop/commonBookTags/operationsList.vue +++ b/src/views/modules/shop/commonBookTags/operationsList.vue @@ -584,7 +584,15 @@ export default { { value: 365, label: "一年(365天)" - } + }, + { + value: 365*3, + label: `三年(${365*3}天)` + }, + { + value: 365*4, + label: `四年(${365*4}天)` + }, ], validityPeriod: 180, isEdit: false,