From 2de7edf2d4329e8e1e6bcf9011a8391ac6fa1db8 Mon Sep 17 00:00:00 2001 From: kaeery <3491123437@qq.com> Date: Wed, 26 Feb 2025 14:40:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=8B=9B=E7=94=9F=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E3=80=91=20=E6=96=B0=E5=A2=9E#=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/design-textarea-field.vue | 13 +++++++++++-- .../widgets/confirm-popup/confirm-popup.vue | 9 +++++++-- src/components/widgets/recruitsale/clue-card.vue | 11 ++++++++++- src/pages.json | 12 ++++++------ src/pages/recruitsale/home/index.vue | 14 ++++++++++++++ 5 files changed, 48 insertions(+), 11 deletions(-) diff --git a/src/components/design-textarea-field.vue b/src/components/design-textarea-field.vue index f865cec..17c9f6b 100644 --- a/src/components/design-textarea-field.vue +++ b/src/components/design-textarea-field.vue @@ -7,14 +7,19 @@ --> diff --git a/src/pages.json b/src/pages.json index db51a30..39cd5fb 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1,5 +1,11 @@ { "pages": [ + { + "path": "pages/recruitsale/home/index", + "style": { + "navigationBarTitleText": "" + } + }, { "path": "pages/recruitsale/summary/index", "style": { @@ -12,12 +18,6 @@ "navigationBarTitleText": "" } }, - { - "path": "pages/recruitsale/home/index", - "style": { - "navigationBarTitleText": "" - } - }, { "path": "pages/telesale/home/index", "style": { diff --git a/src/pages/recruitsale/home/index.vue b/src/pages/recruitsale/home/index.vue index 2956790..9590e9c 100644 --- a/src/pages/recruitsale/home/index.vue +++ b/src/pages/recruitsale/home/index.vue @@ -29,10 +29,16 @@ v-for="(item, index) in dataList" :key="`${index} + 'unique'`" :item="item" + @handle-update-remark="handleUpdateRemark" /> + + +