From 7f05d003a2164c4d53c520cf356d0d4a44c67450 Mon Sep 17 00:00:00 2001 From: linfso Date: Mon, 19 Feb 2024 17:39:33 +0800 Subject: [PATCH 01/15] md --- src/views/emis/common/RegionSelect.vue | 301 ++++++++++++++++++++++++ src/views/emis/emisQuotePrice/index.vue | 22 +- 2 files changed, 312 insertions(+), 11 deletions(-) create mode 100644 src/views/emis/common/RegionSelect.vue diff --git a/src/views/emis/common/RegionSelect.vue b/src/views/emis/common/RegionSelect.vue new file mode 100644 index 00000000..90970b54 --- /dev/null +++ b/src/views/emis/common/RegionSelect.vue @@ -0,0 +1,301 @@ + + + + diff --git a/src/views/emis/emisQuotePrice/index.vue b/src/views/emis/emisQuotePrice/index.vue index 19ffbdd3..7742ef3a 100644 --- a/src/views/emis/emisQuotePrice/index.vue +++ b/src/views/emis/emisQuotePrice/index.vue @@ -10,18 +10,18 @@ @keyup.enter.native="handleQuery" /> - + @@ -29,7 +29,7 @@ @@ -74,7 +74,7 @@ @keyup.enter.native="handleQuery" /> - + 搜索 重置 @@ -251,7 +251,7 @@ v-hasPermi="['emis:emisQuotePrice:add']" >新增 - From d23de52ff6fb1dc50d464770a626acf48f08f063 Mon Sep 17 00:00:00 2001 From: linfso Date: Mon, 19 Feb 2024 18:40:26 +0800 Subject: [PATCH 02/15] md --- public/index.html | 2 +- src/views/login.vue | 34 ++++++++++++++++++---------------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/public/index.html b/public/index.html index 33f7f986..88505bfb 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - + <%= webpackConfig.name %> diff --git a/src/views/login.vue b/src/views/login.vue index 88549e79..3e9a08da 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,7 +1,7 @@ diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index a5855322..e77d9329 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -2,13 +2,13 @@