diff --git a/src/components/BusinessModules/BusinessSelect.vue b/src/components/BusinessModules/BusinessSelect.vue
new file mode 100644
index 0000000..ba21c10
--- /dev/null
+++ b/src/components/BusinessModules/BusinessSelect.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+ 无图片
+
+
+
+ 无文件
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/page/GlobalLayout.vue b/src/components/page/GlobalLayout.vue
index c9c04de..81f6a75 100644
--- a/src/components/page/GlobalLayout.vue
+++ b/src/components/page/GlobalLayout.vue
@@ -659,7 +659,7 @@ body {
.ant-form-item {
display: flex;
margin-bottom: 24px;
- margin-right: 0;
+ margin-right: 10px;
.ant-form-item-control-wrapper {
flex: 1 1;
diff --git a/src/mixins/JeroListMixin.js b/src/mixins/JeroListMixin.js
index e13c01e..96fea77 100644
--- a/src/mixins/JeroListMixin.js
+++ b/src/mixins/JeroListMixin.js
@@ -24,7 +24,7 @@ export const JeroListMixin = {
ipagination:{
current: 1,
pageSize: 10,
- pageSizeOptions: ['2','10', '20', '30'],
+ pageSizeOptions: ['10', '20', '30', '50'],
showTotal: (total, range) => {
return range[0] + "-" + range[1] + " 共" + total + "条"
},
diff --git a/src/views/businessManagement/BusinessManagement.vue b/src/views/businessManagement/BusinessManagement.vue
index 33cf5a6..14fe2a8 100644
--- a/src/views/businessManagement/BusinessManagement.vue
+++ b/src/views/businessManagement/BusinessManagement.vue
@@ -6,13 +6,12 @@
-
-
+
- 查询
+ 查询
重置
@@ -66,18 +65,18 @@
-
+
-
\ No newline at end of file
diff --git a/src/views/businessManagement/ContactManagement.vue b/src/views/businessManagement/ContactManagement.vue
new file mode 100644
index 0000000..0a2b611
--- /dev/null
+++ b/src/views/businessManagement/ContactManagement.vue
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
新增
+
导入
+
导出
+
下载模板
+
批量删除
+
+
+
+
+
+
+
+
+
+
+ 无图片
+
+
+
+ 无文件
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/businessManagement/modules/BusinessMangementModules.vue b/src/views/businessManagement/modules/BusinessMangementModule.vue
similarity index 85%
rename from src/views/businessManagement/modules/BusinessMangementModules.vue
rename to src/views/businessManagement/modules/BusinessMangementModule.vue
index f7dc477..206063f 100644
--- a/src/views/businessManagement/modules/BusinessMangementModules.vue
+++ b/src/views/businessManagement/modules/BusinessMangementModule.vue
@@ -36,8 +36,8 @@
-
-
+ {e.target.value = (e.target.value + '').trim()}">
@@ -96,9 +96,10 @@
+
+
\ No newline at end of file