From 87a3f5c8125de148f1eec209dd71e20e8ec6ff9a Mon Sep 17 00:00:00 2001 From: qz_cx Date: Thu, 9 Oct 2025 14:00:49 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=A2=9E=E5=8A=A0=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=EF=BC=9B2=E3=80=81?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0rightTable=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/RightTable.vue | 246 ++++++++++++ .../src/views/errorViews/ErrorList.vue | 369 ++++++++++++++++++ 2 files changed, 615 insertions(+) create mode 100644 templates/front-project/src/components/RightTable.vue create mode 100644 templates/front-project/src/views/errorViews/ErrorList.vue diff --git a/templates/front-project/src/components/RightTable.vue b/templates/front-project/src/components/RightTable.vue new file mode 100644 index 0000000..dff7c61 --- /dev/null +++ b/templates/front-project/src/components/RightTable.vue @@ -0,0 +1,246 @@ + + + + + + \ No newline at end of file diff --git a/templates/front-project/src/views/errorViews/ErrorList.vue b/templates/front-project/src/views/errorViews/ErrorList.vue new file mode 100644 index 0000000..1eea3e3 --- /dev/null +++ b/templates/front-project/src/views/errorViews/ErrorList.vue @@ -0,0 +1,369 @@ + + + + + + + + + -- Gitee