@@ -153,7 +207,8 @@
save
} from "@/api/index";
import { index as activityIndex } from "@/api/activity/index";
- import tinymce from "@/components/XyTinymce"
+ import tinymce from "@/components/XyTinymce"
+ import {getparameteritem} from "@/api/system/dictionary.js"
export default {
components: {
tinymce
@@ -168,10 +223,15 @@
video_image_id: [],
action: process.env.VUE_APP_UPLOAD_API,
video_id: [],
- listActivity:[],
+ listActivity:[],
+ listTheme:[],
form: {
- activity_list_id: '',
- name: "",
+ activity_list_id: '',
+ theme_id:'',
+ name: "",
+ iswx:'',
+ appId:'',
+ path:'',
image_id: "",
lat: "",
lng: "",
@@ -189,6 +249,11 @@
}, ],
},
};
+ },
+ created(){
+ // this.loadActivity()
+ this.getTheme()
+
},
methods: {
async loadActivity() {
@@ -197,6 +262,11 @@
page_size: 999,
});
this.listActivity = res.data;
+ },
+ getTheme(){
+ getparameteritem('theme').then(res=>{
+ this.listTheme = res.detail
+ })
},
show() {
this.isShow = true;
@@ -220,6 +290,13 @@
} else {
console.error("error typeof id: " + typeof id);
}
+ },
+ setList(e){
+ if(e){
+ this.listActivity = e
+ }else{
+ this.loadActivity()
+ }
},
getId() {
return this.id;
@@ -325,9 +402,7 @@
);
},
},
- created(){
- this.loadActivity()
- },
+
watch: {
isShow(val) {
if (val) {
diff --git a/src/views/PartyshistoryRecoder/line.vue b/src/views/PartyshistoryRecoder/line.vue
new file mode 100644
index 0000000..2f47399
--- /dev/null
+++ b/src/views/PartyshistoryRecoder/line.vue
@@ -0,0 +1,226 @@
+
+
+
+
+
+
+
+ 关键字
+
+
+
+ 项目
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/PartyshistoryRecoder/pointer.vue b/src/views/PartyshistoryRecoder/pointer.vue
index 272a170..ab76f28 100644
--- a/src/views/PartyshistoryRecoder/pointer.vue
+++ b/src/views/PartyshistoryRecoder/pointer.vue
@@ -36,7 +36,10 @@
style="margin-left: 10px"
type="primary"
@click="
- $refs['addPointer'].setForm(['activity_list_id'],[select.activity_list_id||'']),$refs['addPointer'].setType('add'), $refs['addPointer'].show()
+ $refs['addPointer'].setForm(['activity_list_id'],[select.activity_list_id||'']),
+ $refs['addPointer'].setType('add'),
+ $refs['addPointer'].setList(listActivity),
+ $refs['addPointer'].show()
"
>新增
@@ -67,6 +70,7 @@
$refs['addPointer'].setForm(['activity_list_id'],[row.activity_list_id]);
$refs['addPointer'].setId(row.id);
$refs['addPointer'].setType('editor');
+ $refs['addPointer'].setList(listActivity)
$refs['addPointer'].show();
"
>编辑
-
-
+
+
+
+ 百步芳草与理同行-通安党员冬训
+
+
+
+
+
+
+
+
+
+
+
+
+ 今日
+ 历史
+
+
+ 页面浏览量
+ 14879
+ 50789
+
+
+ IP
+ 12567
+ 49385
+
+
+
+
+
+
-
+
-
@@ -187,13 +219,17 @@
.boxcontentitem-small {
font-size: 16px;
display: flex;
- flex-direction: column;
+ flex-direction: column;
+ span{
+ margin-bottom:15px;
+ font-size:25px;
+ }
}
.box {
position: relative;
- width: 33%;
+ width: 100%;
margin-left: 0.5%;
margin-right: 0.5%;
margin-bottom: 2.375rem;
@@ -222,7 +258,7 @@
}
.boxtitle {
- font-size: 20px;
+ font-size: 25px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue
index 25bd4eb..4cf6fdb 100644
--- a/src/views/dashboard/index.vue
+++ b/src/views/dashboard/index.vue
@@ -1,16 +1,21 @@