|
@@ -112,7 +112,7 @@
|
|
<el-tab-pane label="用户管理" name="first"> -->
|
|
<el-tab-pane label="用户管理" name="first"> -->
|
|
<div style="height: 84%;">
|
|
<div style="height: 84%;">
|
|
<div style="height: 85%;">
|
|
<div style="height: 85%;">
|
|
- <h3 style="text-align: center;">{{tieku}}</h3>
|
|
|
|
|
|
+ <h3 style="text-align: center; margin: 35px 0;">{{tieku}}</h3>
|
|
<p class="index_profilep" > {{comg}} </p>
|
|
<p class="index_profilep" > {{comg}} </p>
|
|
</div>
|
|
</div>
|
|
<!-- {{getLisprofileone[0].info_content}} -->
|
|
<!-- {{getLisprofileone[0].info_content}} -->
|
|
@@ -170,14 +170,14 @@
|
|
<span @click="memoere"><i class="el-icon-date"></i>创建备忘录</span>
|
|
<span @click="memoere"><i class="el-icon-date"></i>创建备忘录</span>
|
|
</p>
|
|
</p>
|
|
<ul >
|
|
<ul >
|
|
- <li v-for="(item,index) in getmemorandum" :key="index" @click="index_deledetfe(item.id)">
|
|
|
|
|
|
+ <li v-for="(item,index) in getmemorandum" :key="index" >
|
|
<p>{{item.memorandum_title}}
|
|
<p>{{item.memorandum_title}}
|
|
</p>
|
|
</p>
|
|
<div class="index_navspande">
|
|
<div class="index_navspande">
|
|
<span>
|
|
<span>
|
|
{{item.remind_time}}
|
|
{{item.remind_time}}
|
|
</span>
|
|
</span>
|
|
- <img src="../assets/images/deletety.png" alt="" v-if="shower">
|
|
|
|
|
|
+ <img src="../assets/images/deletety.png" alt="" v-if="shower" @click="index_deledetfe(item.id)">
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</li>
|
|
|
|
|
|
@@ -454,23 +454,11 @@ export default {
|
|
brightDate () {
|
|
brightDate () {
|
|
// let ary = []
|
|
// let ary = []
|
|
var that = this
|
|
var that = this
|
|
- // console.log(that.calendarData,887)
|
|
|
|
if(that.calendarData.length !==null){
|
|
if(that.calendarData.length !==null){
|
|
for (var i = 0 ; i < that.calendarData.length; i++) {
|
|
for (var i = 0 ; i < that.calendarData.length; i++) {
|
|
- // that.ary.push(that.calendarData[i].startDate)
|
|
|
|
- // that.ary.push(that.calendarData[i].begin_time.slice(0,10))
|
|
|
|
- // that.ary.push(that.calendarData[i].all_date.split(','))
|
|
|
|
that.calendarData[i].love="yu"
|
|
that.calendarData[i].love="yu"
|
|
if(that.calendarData[i].remind_time !== undefined){
|
|
if(that.calendarData[i].remind_time !== undefined){
|
|
- // that.rjtu.concat(that.calendarData[i].all_date.join(','))
|
|
|
|
that.ary.push(that.calendarData[i].remind_time)
|
|
that.ary.push(that.calendarData[i].remind_time)
|
|
- // that.calendarData[i].all_date.fi
|
|
|
|
- // that.calendarData[i].remind_time.filter(route => {
|
|
|
|
- // // console.log(route,9875)
|
|
|
|
- // that.ary.push(route)
|
|
|
|
- // })
|
|
|
|
- // that.ary = that.calendarData[i].all_date
|
|
|
|
- // console.log(that.calendarData[i].all_date.join(','),754)
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -489,23 +477,20 @@ export default {
|
|
let conert = ''
|
|
let conert = ''
|
|
let conertre = ''
|
|
let conertre = ''
|
|
let nujue= 0
|
|
let nujue= 0
|
|
- let nujeug = []
|
|
|
|
- let setre = []
|
|
|
|
- this.truew = []
|
|
|
|
console.log(this.calendarData)
|
|
console.log(this.calendarData)
|
|
for (var i = 0 ; i < this.calendarData.length; i++) {
|
|
for (var i = 0 ; i < this.calendarData.length; i++) {
|
|
if(this.calendarData[i].schedule_content !== undefined){
|
|
if(this.calendarData[i].schedule_content !== undefined){
|
|
this.calendarData[i].schedule_content = this.calendarData[i].schedule_content.replace(/<\/?[^>]*>/g, '')
|
|
this.calendarData[i].schedule_content = this.calendarData[i].schedule_content.replace(/<\/?[^>]*>/g, '')
|
|
}
|
|
}
|
|
if(data == this.calendarData[i].remind_time){
|
|
if(data == this.calendarData[i].remind_time){
|
|
- content = content + this.calendarData[i].schedule_content + '、'
|
|
|
|
- console.log(i,this.calendarData.length)
|
|
|
|
|
|
+ console.log(content,this.calendarData[i].schedule_content)
|
|
|
|
+ if(content == this.calendarData[i].schedule_content + '、'){
|
|
|
|
+ content = content
|
|
|
|
+ }else{
|
|
|
|
+ content = content + this.calendarData[i].schedule_content + '、'
|
|
|
|
+ }
|
|
}
|
|
}
|
|
- console.log(content)
|
|
|
|
}
|
|
}
|
|
- console.log(content)
|
|
|
|
- // console.log(this.rjtu,12345)
|
|
|
|
- // content = this.rjtu.join(',')
|
|
|
|
return content
|
|
return content
|
|
},
|
|
},
|
|
//数据 第一部分列表
|
|
//数据 第一部分列表
|