From 29d7cbd1fae6b02e7673db586279b49bb90a5448 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Mon, 26 Feb 2024 10:50:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E7=9C=81=E5=85=AC?= =?UTF-8?q?=E5=8F=B8=E5=90=8D=E7=A7=B0=E4=BF=AE=E6=94=B9=E4=B8=BA=E5=85=AC?= =?UTF-8?q?=E5=8F=B8=E5=90=8D=E7=A7=B0=20-=20=E7=9C=81=E5=85=AC=E5=8F=B8?= =?UTF-8?q?=E5=92=8C=E8=BF=90=E8=90=A5=E5=95=86=E5=85=B1=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/marketing/agent/agent/index.vue | 36 +++++++------------ .../marketing/agent/agent/template/edit.vue | 14 ++++---- 2 files changed, 19 insertions(+), 31 deletions(-) diff --git a/src/views/marketing/agent/agent/index.vue b/src/views/marketing/agent/agent/index.vue index 087a455..6d0269c 100644 --- a/src/views/marketing/agent/agent/index.vue +++ b/src/views/marketing/agent/agent/index.vue @@ -43,29 +43,21 @@
- 总部发起人 - 总部外勤 - 总部内勤 - 省发起人 - 省公司外勤 - 省公司内勤 - 区县运营商 - 区县合伙人 + {{ scope.row.agent_type_text || '' }} + + - - - - {{ scope.row.province_corporate_name || '' }} + + + {{ scope.row.corporate_name || '' }}
@@ -84,16 +76,12 @@
{{ scope.row.parent.uid }}
- 总部发起人 - 总部外勤 - 总部内勤 - 省发起人 - 省公司外勤 - 省公司内勤 - 区县运营商 - 区县合伙人 - 餐厅 - 配送商 + + {{ scope.row.agent_type_text || '' }} + + + {{ scope.row.corporate_name || '' }} +
diff --git a/src/views/marketing/agent/agent/template/edit.vue b/src/views/marketing/agent/agent/template/edit.vue index 0c14955..9bd6159 100644 --- a/src/views/marketing/agent/agent/template/edit.vue +++ b/src/views/marketing/agent/agent/template/edit.vue @@ -53,9 +53,9 @@ - - - + + + @@ -190,9 +190,9 @@ - - - + + + @@ -612,7 +612,7 @@ export default { mer_id: '', mer_id_list: [], user: item, - province_corporate_name: '', + corporate_name: '', }; this.children_list = Object.assign({}, this.children_list); }