From 8e7d71cf7f4bc1c3f62e918bc264c9f42add6919 Mon Sep 17 00:00:00 2001
From: lion <120344285@qq.com>
Date: Wed, 24 Apr 2024 09:34:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/PartyshistoryRecoder/line.vue | 10 ++++-
src/views/PartyshistoryRecoder/pointer.vue | 22 +++++++--
.../PartyshistoryRecoder/studyQuestion.vue | 45 +++++++++++++++++--
3 files changed, 68 insertions(+), 9 deletions(-)
diff --git a/src/views/PartyshistoryRecoder/line.vue b/src/views/PartyshistoryRecoder/line.vue
index 0b4b93c..aec3326 100644
--- a/src/views/PartyshistoryRecoder/line.vue
+++ b/src/views/PartyshistoryRecoder/line.vue
@@ -19,7 +19,7 @@
项目
-
@@ -126,7 +126,7 @@ export default {
}
},
{
- prop: "name",
+ prop: "content",
label: "简介",
minWidth: 220,
align: "left",
@@ -191,6 +191,12 @@ export default {
this.total = res.total;
this.list = res.data;
},
+ changeActivity(e){
+ if(e){
+ this.select.activity_list_id = e
+ this.load()
+ }
+ },
deleteitem(row) {
destroy({
id: row.id,
diff --git a/src/views/PartyshistoryRecoder/pointer.vue b/src/views/PartyshistoryRecoder/pointer.vue
index aaaba47..ea9e73b 100644
--- a/src/views/PartyshistoryRecoder/pointer.vue
+++ b/src/views/PartyshistoryRecoder/pointer.vue
@@ -19,11 +19,10 @@
项目
-
+
-