From 912b66408236dece376402853c35b021518b1e76 Mon Sep 17 00:00:00 2001 From: SjS Date: Thu, 3 Apr 2025 19:55:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=AE=A2=E6=9C=8D=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bst/ad/index.vue | 197 +++++++++--------- src/views/bst/area/edit/edit.vue | 12 +- src/views/bst/area/index.vue | 12 +- src/views/bst/areaJoin/index.vue | 6 +- .../components/CustomerServiceEditDialog.vue | 184 ++++++++++++++++ src/views/bst/customerService/index.vue | 177 ++++++---------- 6 files changed, 364 insertions(+), 224 deletions(-) create mode 100644 src/views/bst/customerService/components/CustomerServiceEditDialog.vue diff --git a/src/views/bst/ad/index.vue b/src/views/bst/ad/index.vue index 0f5d6d9..6da679c 100644 --- a/src/views/bst/ad/index.vue +++ b/src/views/bst/ad/index.vue @@ -1,14 +1,6 @@ @@ -173,7 +173,7 @@ export default { {key: 'userName', visible: true, label: '运营商', minWidth: null, sortable: true, overflow: false, align: 'center', width: null}, // {key: 'status', visible: true, label: '状态', minWidth: null, sortable: true, overflow: false, align: 'center', width: null}, {key: 'contact', visible: true, label: '联系人', minWidth: null, sortable: true, overflow: false, align: 'center', width: null}, - {key: 'phone', visible: true, label: '联系电话', minWidth: null, sortable: true, overflow: false, align: 'center', width: null}, + {key: 'phone', visible: true, label: '联系联系方式', minWidth: null, sortable: true, overflow: false, align: 'center', width: null}, {key: 'subArea', visible: true, label: '下属区域', minWidth: "200", sortable: true, overflow: false, align: 'center', width: null}, {key: 'createName', visible: true, label: '创建人', minWidth: null, sortable: true, overflow: false, align: 'center', width: null}, {key: 'createTime', visible: true, label: '创建时间', minWidth: null, sortable: true, overflow: false, align: 'center', width: null}, diff --git a/src/views/bst/areaJoin/index.vue b/src/views/bst/areaJoin/index.vue index a24d199..9f56be2 100644 --- a/src/views/bst/areaJoin/index.vue +++ b/src/views/bst/areaJoin/index.vue @@ -137,9 +137,9 @@ /> - diff --git a/src/views/bst/customerService/components/CustomerServiceEditDialog.vue b/src/views/bst/customerService/components/CustomerServiceEditDialog.vue new file mode 100644 index 0000000..405ebc3 --- /dev/null +++ b/src/views/bst/customerService/components/CustomerServiceEditDialog.vue @@ -0,0 +1,184 @@ + + + + + diff --git a/src/views/bst/customerService/index.vue b/src/views/bst/customerService/index.vue index 4469b1d..92be7a7 100644 --- a/src/views/bst/customerService/index.vue +++ b/src/views/bst/customerService/index.vue @@ -1,21 +1,8 @@ + + @@ -150,75 +130,48 @@ @pagination="getList" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +