From bc4f2fcb0ef909204e0735516a93e7a51c00ce6b Mon Sep 17 00:00:00 2001 From: monkeyhouyi Date: Wed, 20 Nov 2024 16:53:46 +0800 Subject: [PATCH] 1 --- src/components/CompanyForm/index.vue | 10 +++++----- src/components/InfoForm/index.vue | 16 ++++++++-------- src/views/DisposalSuggestions/index.vue | 4 ++-- src/views/baseComapnyInfo/Form.vue | 10 +++++----- src/views/baseComapnyInfo/index.vue | 8 ++++---- src/views/basePrincipalResponsibility/Detail.vue | 256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/views/basePrincipalResponsibility/Form.vue | 7 +++++-- src/views/basePrincipalResponsibility/index.vue | 14 ++++++++++++-- src/views/baseSystemInfo/DetailForm.vue | 22 +++++++++++----------- src/views/baseSystemInfo/index.vue | 2 +- src/views/homePage/homePage.scss | 2 +- src/views/overView/Overview.vue | 18 ++++++++++++------ 12 files changed, 322 insertions(+), 47 deletions(-) create mode 100644 src/views/basePrincipalResponsibility/Detail.vue diff --git a/src/components/CompanyForm/index.vue b/src/components/CompanyForm/index.vue index 0ea566b..d48b38c 100644 --- a/src/components/CompanyForm/index.vue +++ b/src/components/CompanyForm/index.vue @@ -17,7 +17,7 @@ class="NCC-dialog NCC-dialog_center company-dialog" > - + @@ -31,13 +31,13 @@ - + @@ -57,11 +57,11 @@ --> - +
-
+
联系电话:{{ companyInfo.contactPhone || "--" }}
@@ -162,7 +162,7 @@ > - + @@ -209,7 +209,7 @@ > - + - +
- 线索上报导入 + 线索上报导入
导出 @@ -83,7 +83,7 @@ name="excelfile" >
- 处置结果导入 + 处置结果导入
diff --git a/src/views/baseComapnyInfo/Form.vue b/src/views/baseComapnyInfo/Form.vue index 4b21dad..c899df6 100644 --- a/src/views/baseComapnyInfo/Form.vue +++ b/src/views/baseComapnyInfo/Form.vue @@ -2,7 +2,7 @@ - @@ -17,13 +17,13 @@ - + @@ -43,11 +43,11 @@ --> - + - + 搜索 @@ -47,7 +47,7 @@ name="excelfile" >
- 导入 + 导入
导出 @@ -57,7 +57,7 @@ - + diff --git a/src/views/basePrincipalResponsibility/Detail.vue b/src/views/basePrincipalResponsibility/Detail.vue new file mode 100644 index 0000000..9adcd3c --- /dev/null +++ b/src/views/basePrincipalResponsibility/Detail.vue @@ -0,0 +1,256 @@ + + + diff --git a/src/views/basePrincipalResponsibility/Form.vue b/src/views/basePrincipalResponsibility/Form.vue index 6d56c45..2446419 100644 --- a/src/views/basePrincipalResponsibility/Form.vue +++ b/src/views/basePrincipalResponsibility/Form.vue @@ -1,5 +1,5 @@