diff --git a/src/views/crm/backlog/components/CustomerFollowList.vue b/src/views/crm/backlog/components/CustomerFollowList.vue
index 0f367a3f6..17f93e5b7 100644
--- a/src/views/crm/backlog/components/CustomerFollowList.vue
+++ b/src/views/crm/backlog/components/CustomerFollowList.vue
@@ -31,21 +31,22 @@
-
+
{{ scope.row.name }}
+
-
-
-
+
+
+
diff --git a/src/views/crm/backlog/components/CustomerPutPoolRemindList.vue b/src/views/crm/backlog/components/CustomerPutPoolRemindList.vue
index 17f8df6b5..5c326edac 100644
--- a/src/views/crm/backlog/components/CustomerPutPoolRemindList.vue
+++ b/src/views/crm/backlog/components/CustomerPutPoolRemindList.vue
@@ -29,21 +29,22 @@
-
+
{{ scope.row.name }}
+
-
-
-
+
+
+
diff --git a/src/views/crm/backlog/components/CustomerTodayContactList.vue b/src/views/crm/backlog/components/CustomerTodayContactList.vue
index 87aa31d71..468da176e 100644
--- a/src/views/crm/backlog/components/CustomerTodayContactList.vue
+++ b/src/views/crm/backlog/components/CustomerTodayContactList.vue
@@ -43,21 +43,22 @@
-
+
{{ scope.row.name }}
+
-
-
-
+
+
+
diff --git a/src/views/crm/backlog/index.vue b/src/views/crm/backlog/index.vue
index 7c91b3c75..21e77f18a 100644
--- a/src/views/crm/backlog/index.vue
+++ b/src/views/crm/backlog/index.vue
@@ -93,11 +93,11 @@ const leftSides = ref([
// menu: 'receivablePlanRemind',
// count: receivablePlanRemindCount
// },
- // {
- // name: '即将到期的合同',
- // menu: 'contractRemind',
- // count: contractRemindCount
- // }
+ {
+ name: '即将到期的合同',
+ menu: 'contractRemind',
+ count: contractRemindCount
+ }
])
/** 侧边点击 */