From 13e203fb573fc82fa3940b5c2fecdc385efcf7a3 Mon Sep 17 00:00:00 2001 From: adibwp Date: Thu, 15 Aug 2024 17:07:59 +0700 Subject: [PATCH] add ui specimen collection hardcode --- x-page/components/filter.vue | 114 +++++++++++++++++++++ x-page/components/left.vue | 118 ++++++++++++++++++++++ x-page/components/main.vue | 28 ++++-- x-page/components/right.vue | 187 +++++++++++++++++++++++++++++++++++ x-page/index.html | 4 +- 5 files changed, 443 insertions(+), 8 deletions(-) create mode 100644 x-page/components/filter.vue create mode 100644 x-page/components/left.vue create mode 100644 x-page/components/right.vue diff --git a/x-page/components/filter.vue b/x-page/components/filter.vue new file mode 100644 index 0000000..f0c0f76 --- /dev/null +++ b/x-page/components/filter.vue @@ -0,0 +1,114 @@ + + + + + \ No newline at end of file diff --git a/x-page/components/left.vue b/x-page/components/left.vue new file mode 100644 index 0000000..a82534d --- /dev/null +++ b/x-page/components/left.vue @@ -0,0 +1,118 @@ + + + + + \ No newline at end of file diff --git a/x-page/components/main.vue b/x-page/components/main.vue index 4c8b6ee..8f950a6 100644 --- a/x-page/components/main.vue +++ b/x-page/components/main.vue @@ -3,7 +3,15 @@
- + + + + + + + + +
@@ -11,20 +19,28 @@ \ No newline at end of file diff --git a/x-page/components/right.vue b/x-page/components/right.vue new file mode 100644 index 0000000..64cf6e7 --- /dev/null +++ b/x-page/components/right.vue @@ -0,0 +1,187 @@ + + + + + \ No newline at end of file diff --git a/x-page/index.html b/x-page/index.html index 8f2e7e2..549a92a 100644 --- a/x-page/index.html +++ b/x-page/index.html @@ -45,7 +45,7 @@ // } const options = { - modulesCache: { + moduleCache: { vue: Vue, }, getFile(url) { @@ -82,7 +82,7 @@ return { visible: false, bg_src: "", - loading: false, // Initialize loading state + loading: false, }; },