From 111efc1b4022616dd65192d1bbb197ff7813bc4e Mon Sep 17 00:00:00 2001 From: lcc Date: Sun, 11 Aug 2024 18:26:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=93=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sytopic/enroll/index.vue | 5 + .../module/components/module-option-edit.vue | 188 +++++++++--------- .../sytopic/components/sytopic-edit.vue | 2 + 3 files changed, 104 insertions(+), 91 deletions(-) diff --git a/src/views/sytopic/enroll/index.vue b/src/views/sytopic/enroll/index.vue index c5e76bf..00dfc5e 100644 --- a/src/views/sytopic/enroll/index.vue +++ b/src/views/sytopic/enroll/index.vue @@ -174,6 +174,11 @@ label: '来源人', showOverflowTooltip: true }, + { + prop: 'bizName', + label: '门店', + showOverflowTooltip: true + }, { prop: 'topicTitle', label: '来源专题', diff --git a/src/views/sytopic/module/components/module-option-edit.vue b/src/views/sytopic/module/components/module-option-edit.vue index e2ca43b..37faf42 100644 --- a/src/views/sytopic/module/components/module-option-edit.vue +++ b/src/views/sytopic/module/components/module-option-edit.vue @@ -45,114 +45,120 @@ placeholder="请输入标题" /> - - - - - - - - - -