From 85f8b283b7f19ea923d28ffe3e897af85df06d18 Mon Sep 17 00:00:00 2001 From: Vinjor Date: Sat, 3 Aug 2024 17:59:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E7=AE=A1=E7=90=86=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PopoverText/PopoverText.vue | 61 +++++++++ src/utils/handleInput.js | 5 + src/views/base/company/CompanyForm.vue | 143 +++++++++++++++------ src/views/base/company/index.vue | 51 +++++--- src/views/system/role/index.vue | 6 +- src/views/system/servicePackage/index.vue | 10 +- src/views/system/tenant/index.vue | 22 ++-- 7 files changed, 220 insertions(+), 78 deletions(-) create mode 100644 src/components/PopoverText/PopoverText.vue create mode 100644 src/utils/handleInput.js diff --git a/src/components/PopoverText/PopoverText.vue b/src/components/PopoverText/PopoverText.vue new file mode 100644 index 0000000..e344590 --- /dev/null +++ b/src/components/PopoverText/PopoverText.vue @@ -0,0 +1,61 @@ + + + diff --git a/src/utils/handleInput.js b/src/utils/handleInput.js new file mode 100644 index 0000000..3bd7057 --- /dev/null +++ b/src/utils/handleInput.js @@ -0,0 +1,5 @@ +/* + * @description input输入框格式校验 + * @author vinjor-m + */ + diff --git a/src/views/base/company/CompanyForm.vue b/src/views/base/company/CompanyForm.vue index 9337b71..a230f78 100644 --- a/src/views/base/company/CompanyForm.vue +++ b/src/views/base/company/CompanyForm.vue @@ -1,47 +1,86 @@