From e8616db292fba772d7010c93e8da7aedc49fd381 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9E=97=E5=BF=97=E5=86=9B?= <543024265@qq.com>
Date: Thu, 10 Jul 2025 16:49:33 +0800
Subject: [PATCH] =?UTF-8?q?feat(property-marketing):=20=E4=BC=98=E5=8C=96?=
=?UTF-8?q?=E6=8A=95=E6=94=BE=E6=8C=87=E5=8D=97=E8=AF=A6=E6=83=85=E9=A1=B5?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=92=8C=E5=B9=B3=E5=8F=B0=E5=9B=BE=E6=A0=87?=
=?UTF-8?q?=E5=B1=95=E7=A4=BA=20perf:=20=E7=A7=BB=E9=99=A4=E5=86=97?=
=?UTF-8?q?=E4=BD=99=E4=BB=A3=E7=A0=81=E5=92=8C=E5=AE=9A=E6=97=B6=E4=BB=BB?=
=?UTF-8?q?=E5=8A=A1=E6=97=A5=E5=BF=97=20style:=20=E7=BB=9F=E4=B8=80?=
=?UTF-8?q?=E4=BD=BF=E7=94=A8Alibaba=20PuHuiTi=E5=AD=97=E4=BD=93=EF=BC=8C?=
=?UTF-8?q?=E8=B0=83=E6=95=B4=E9=97=B4=E8=B7=9D=E5=92=8C=E6=A0=B7=E5=BC=8F?=
=?UTF-8?q?=E7=BB=93=E6=9E=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../placement-suggestions/index.vue | 3 +-
.../table-data/guideListHistory.vue | 30 +++-------------
.../investment-guidelines/detail.vue | 36 ++++++++++---------
.../investment-guidelines/index.vue | 25 ++++---------
.../investment-guidelines/style.scss | 18 ++++++++--
5 files changed, 48 insertions(+), 64 deletions(-)
diff --git a/src/views/property-marketing/put-account/investment-guidelines/components/placement-suggestions/index.vue b/src/views/property-marketing/put-account/investment-guidelines/components/placement-suggestions/index.vue
index 8add612..690f61e 100644
--- a/src/views/property-marketing/put-account/investment-guidelines/components/placement-suggestions/index.vue
+++ b/src/views/property-marketing/put-account/investment-guidelines/components/placement-suggestions/index.vue
@@ -102,5 +102,4 @@ const props = defineProps({
});
-
+
diff --git a/src/views/property-marketing/put-account/investment-guidelines/components/table-data/guideListHistory.vue b/src/views/property-marketing/put-account/investment-guidelines/components/table-data/guideListHistory.vue
index cba3821..6327cad 100644
--- a/src/views/property-marketing/put-account/investment-guidelines/components/table-data/guideListHistory.vue
+++ b/src/views/property-marketing/put-account/investment-guidelines/components/table-data/guideListHistory.vue
@@ -2,9 +2,9 @@
-
-
- {{ PLATFORM_LIST[item].label }}
+
+
+ {{ PLATFORM_LIST?.[item]?.label }}
@@ -33,7 +33,6 @@
import { IconDelete } from '@arco-design/web-vue/es/icon';
import { PLATFORM_LIST } from '@/views/property-marketing/put-account/common_constants';
import { Message } from '@arco-design/web-vue';
-import html2canvas from 'html2canvas';
const columns = [
{
@@ -113,30 +112,11 @@ const props = defineProps({
});
-