From 4cfa96d06112226f20b0f61037bf422f714d4af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Fri, 7 Feb 2025 09:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E4=BA=863=204=20=E5=B9=B4=20=E7=9A=84?= =?UTF-8?q?=E8=AF=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/shop/commonBookTags/operationsList.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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,