From f5c213eac8b346b16bb14d2784a46932a80505da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BD=90=E6=96=8C?= <1134087124@qq.com> Date: Sat, 31 May 2025 01:12:18 +0800 Subject: [PATCH] fixbug --- src/views/govern/size1440/index.vue | 9 +++++---- src/views/govern/size375/index.vue | 9 +++++---- src/views/govern/size768/index.vue | 9 +++++---- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/src/views/govern/size1440/index.vue b/src/views/govern/size1440/index.vue index b6b1635..519d694 100644 --- a/src/views/govern/size1440/index.vue +++ b/src/views/govern/size1440/index.vue @@ -39,6 +39,7 @@

{{ item.title }}

+ {{ item.date }}
@@ -86,28 +87,28 @@ const state = reactive({ description: "Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.", url: quarterlyPdfone, - date: "Last updated: March 2025", + date: "May 30, 2025", }, { title: "CODE OF BUSINESS CONDUCT AND ETHICS", description: "Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.", url: quarterlyPdftwo, - date: "Last updated: January 2025", + date: "May 30, 2025", }, { title: "COMPENSATION COMMITTEE CHARTER", description: "Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.", url: quarterlyPdfthree, - date: "Last updated: February 2025", + date: "May 30, 2025", }, { title: "NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER", description: "Provides the framework for director nominations and corporate governance matters.", url: quarterlyPdffour, - date: "Last updated: April 2025", + date: "May 30, 2025", }, ], }); diff --git a/src/views/govern/size375/index.vue b/src/views/govern/size375/index.vue index 70b822f..49d40a8 100644 --- a/src/views/govern/size375/index.vue +++ b/src/views/govern/size375/index.vue @@ -36,6 +36,7 @@

{{ item.title }}

+ {{ item.date }}
@@ -82,28 +83,28 @@ const state = reactive({ description: "Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.", url: quarterlyPdfone, - date: "Last updated: March 2025", + date: "May 30, 2025", }, { title: "CODE OF BUSINESS CONDUCT AND ETHICS", description: "Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.", url: quarterlyPdftwo, - date: "Last updated: January 2025", + date: "May 30, 2025", }, { title: "COMPENSATION COMMITTEE CHARTER", description: "Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.", url: quarterlyPdfthree, - date: "Last updated: February 2025", + date: "May 30, 2025", }, { title: "NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER", description: "Provides the framework for director nominations and corporate governance matters.", url: quarterlyPdffour, - date: "Last updated: April 2025", + date: "May 30, 2025", }, ], }); diff --git a/src/views/govern/size768/index.vue b/src/views/govern/size768/index.vue index 70b822f..49d40a8 100644 --- a/src/views/govern/size768/index.vue +++ b/src/views/govern/size768/index.vue @@ -36,6 +36,7 @@

{{ item.title }}

+ {{ item.date }}
@@ -82,28 +83,28 @@ const state = reactive({ description: "Defines the purpose, composition, and responsibilities of the Audit Committee in overseeing financial reporting and disclosure.", url: quarterlyPdfone, - date: "Last updated: March 2025", + date: "May 30, 2025", }, { title: "CODE OF BUSINESS CONDUCT AND ETHICS", description: "Establishes the ethical standards and legal compliance expectations for all directors, officers and employees.", url: quarterlyPdftwo, - date: "Last updated: January 2025", + date: "May 30, 2025", }, { title: "COMPENSATION COMMITTEE CHARTER", description: "Outlines the duties and responsibilities for overseeing executive compensation and benefit plans.", url: quarterlyPdfthree, - date: "Last updated: February 2025", + date: "May 30, 2025", }, { title: "NOMINATING AND CORPORATE GOVERNANCE COMMITTEE CHARTER", description: "Provides the framework for director nominations and corporate governance matters.", url: quarterlyPdffour, - date: "Last updated: April 2025", + date: "May 30, 2025", }, ], });