diff --git a/index.html b/index.html index 46161a4..22fe2b7 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ 实验室检验系统 + \ No newline at end of file diff --git a/src/views/liswork/work/components/ddlb.vue b/src/views/liswork/work/components/ddlb.vue new file mode 100644 index 0000000..e5c72bb --- /dev/null +++ b/src/views/liswork/work/components/ddlb.vue @@ -0,0 +1,102 @@ + + + + + \ No newline at end of file diff --git a/src/views/liswork/work/components/labpat.vue b/src/views/liswork/work/components/labpat.vue new file mode 100644 index 0000000..7d88d21 --- /dev/null +++ b/src/views/liswork/work/components/labpat.vue @@ -0,0 +1,144 @@ + + + + \ No newline at end of file diff --git a/src/views/liswork/work/components/labpatlist.vue b/src/views/liswork/work/components/labpatlist.vue new file mode 100644 index 0000000..4acde70 --- /dev/null +++ b/src/views/liswork/work/components/labpatlist.vue @@ -0,0 +1,206 @@ + + + + \ No newline at end of file diff --git a/src/views/liswork/work/components/labresult.vue b/src/views/liswork/work/components/labresult.vue new file mode 100644 index 0000000..72fdde4 --- /dev/null +++ b/src/views/liswork/work/components/labresult.vue @@ -0,0 +1,240 @@ + + + + + \ No newline at end of file diff --git a/src/views/liswork/work/index.vue b/src/views/liswork/work/index.vue new file mode 100644 index 0000000..13aec18 --- /dev/null +++ b/src/views/liswork/work/index.vue @@ -0,0 +1,505 @@ + + + + + diff --git a/src/views/mzcx/cydj/index.vue b/src/views/mzcx/cydj/index.vue new file mode 100644 index 0000000..15f9015 --- /dev/null +++ b/src/views/mzcx/cydj/index.vue @@ -0,0 +1,582 @@ + + + + + diff --git a/vite.config.js b/vite.config.js index 9f1472c..334026c 100644 --- a/vite.config.js +++ b/vite.config.js @@ -62,4 +62,7 @@ export default defineConfig(({ mode, command }) => { } } } + optimizeDeps: { + include: ['jquery', 'select2', 'vue3-select2-component'] + } })