From 396015f628c119c9cd66e9d438085655af39bc96 Mon Sep 17 00:00:00 2001 From: wangyifeng <812766448@qq.com> Date: Sat, 31 May 2025 01:49:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=9A=82=E6=97=B6=E4=B8=8D?= =?UTF-8?q?=E5=8F=AF=E7=82=B9=E5=87=BB=E7=9A=84Full=20History=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/historic-stock/size1440/index.vue | 2 +- src/views/historic-stock/size1920/index.vue | 2 +- src/views/historic-stock/size375/index.vue | 2 +- src/views/historic-stock/size768/index.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/historic-stock/size1440/index.vue b/src/views/historic-stock/size1440/index.vue index 9b276b5..8aad849 100644 --- a/src/views/historic-stock/size1440/index.vue +++ b/src/views/historic-stock/size1440/index.vue @@ -114,7 +114,7 @@ const durationOptions = [ { label: "1 Year", key: "1 Year" }, { label: "5 Years", key: "5 Years" }, { label: "10 Years", key: "10 Years" }, - { label: "Full History", key: "Full History", disabled: true }, + // { label: "Full History", key: "Full History", disabled: true }, ]; // 分页大小选项 diff --git a/src/views/historic-stock/size1920/index.vue b/src/views/historic-stock/size1920/index.vue index 65c4671..6bd75a3 100644 --- a/src/views/historic-stock/size1920/index.vue +++ b/src/views/historic-stock/size1920/index.vue @@ -114,7 +114,7 @@ const durationOptions = [ { label: '1 Year', key: '1 Year' }, { label: '5 Years', key: '5 Years' }, { label: '10 Years', key: '10 Years' }, - { label: 'Full History', key: 'Full History', disabled: true }, + // { label: 'Full History', key: 'Full History', disabled: true }, ] // 分页大小选项 diff --git a/src/views/historic-stock/size375/index.vue b/src/views/historic-stock/size375/index.vue index bd08e34..a847055 100644 --- a/src/views/historic-stock/size375/index.vue +++ b/src/views/historic-stock/size375/index.vue @@ -112,7 +112,7 @@ const durationOptions = [ { label: "1 Year", key: "1 Year" }, { label: "5 Years", key: "5 Years" }, { label: "10 Years", key: "10 Years" }, - { label: "Full History", key: "Full History", disabled: true }, + // { label: "Full History", key: "Full History", disabled: true }, ]; // 分页大小选项 diff --git a/src/views/historic-stock/size768/index.vue b/src/views/historic-stock/size768/index.vue index b78aa49..0139ad4 100644 --- a/src/views/historic-stock/size768/index.vue +++ b/src/views/historic-stock/size768/index.vue @@ -114,7 +114,7 @@ const durationOptions = [ { label: "1 Year", key: "1 Year" }, { label: "5 Years", key: "5 Years" }, { label: "10 Years", key: "10 Years" }, - { label: "Full History", key: "Full History", disabled: true }, + // { label: "Full History", key: "Full History", disabled: true }, ]; // 分页大小选项