|
@@ -11,8 +11,8 @@
|
|
<ul class="index_headerUl">
|
|
<ul class="index_headerUl">
|
|
<li v-for="(item,index) in configList" :key="index" @click="headerCld(item)">
|
|
<li v-for="(item,index) in configList" :key="index" @click="headerCld(item)">
|
|
<img src="../assets/images/icon_list_sj.png" alt="">
|
|
<img src="../assets/images/icon_list_sj.png" alt="">
|
|
- <p v-html="item.notice_title"></p>
|
|
|
|
- <span v-html="item.create_time"></span>
|
|
|
|
|
|
+ <p>{{item.notice_title}}</p>
|
|
|
|
+ <span>{{item.create_time}}</span>
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
<div class="index_haderPagin">
|
|
<div class="index_haderPagin">
|
|
@@ -112,8 +112,10 @@
|
|
<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; margin: 35px 0;" v-html="tieku"></h3>
|
|
|
|
- <p class="index_profilep" v-html="comg"> </p>
|
|
|
|
|
|
+ <h3 style="text-align: center; margin: 35px 0; margin-bottom: 0;" v-html="tieku"></h3>
|
|
|
|
+ <pre>
|
|
|
|
+ <div class="index_profilep" v-html="comg"></div>
|
|
|
|
+ </pre>
|
|
</div>
|
|
</div>
|
|
<!-- {{getLisprofileone[0].info_content}} -->
|
|
<!-- {{getLisprofileone[0].info_content}} -->
|
|
<div class="index_haderPagin">
|
|
<div class="index_haderPagin">
|
|
@@ -206,6 +208,7 @@
|
|
</el-table>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<div class="index_haderPagin index_haderPaginfoiu">
|
|
<div class="index_haderPagin index_haderPaginfoiu">
|
|
|
|
+ <!-- getLisail -->
|
|
<el-pagination
|
|
<el-pagination
|
|
@size-change="handleSizeChangeali"
|
|
@size-change="handleSizeChangeali"
|
|
@current-change="handleCurrentChangeali"
|
|
@current-change="handleCurrentChangeali"
|
|
@@ -245,7 +248,9 @@
|
|
<div class="index_headertan" >
|
|
<div class="index_headertan" >
|
|
<p v-html="actingk.notice_title == undefined? '暂无数据' : actingk.notice_title"></p>
|
|
<p v-html="actingk.notice_title == undefined? '暂无数据' : actingk.notice_title"></p>
|
|
<p>{{actingk.create_time == undefined? '暂无数据' : actingk.create_time}} 发布人:{{actingk.create_by}}</p>
|
|
<p>{{actingk.create_time == undefined? '暂无数据' : actingk.create_time}} 发布人:{{actingk.create_by}}</p>
|
|
- <p v-html="actingk.notice_content"></p>
|
|
|
|
|
|
+ <pre>
|
|
|
|
+ <div v-html="actingk.notice_content"></div>
|
|
|
|
+ </pre>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
@@ -344,7 +349,7 @@ export default {
|
|
table:'sys_contacts',
|
|
table:'sys_contacts',
|
|
orderBy:'create_time desc',
|
|
orderBy:'create_time desc',
|
|
pageNo:1,
|
|
pageNo:1,
|
|
- pageSize:6,
|
|
|
|
|
|
+ pageSize:3,
|
|
},
|
|
},
|
|
num:0,
|
|
num:0,
|
|
numlist:0,
|
|
numlist:0,
|
|
@@ -361,7 +366,7 @@ export default {
|
|
table:'sys_contacts',
|
|
table:'sys_contacts',
|
|
orderBy:'create_time desc',
|
|
orderBy:'create_time desc',
|
|
pageNo:1,
|
|
pageNo:1,
|
|
- pageSize:6,
|
|
|
|
|
|
+ pageSize:4,
|
|
},
|
|
},
|
|
tableDataalid:[],
|
|
tableDataalid:[],
|
|
getLisaillie:[],
|
|
getLisaillie:[],
|
|
@@ -618,7 +623,7 @@ export default {
|
|
// 通讯录表头
|
|
// 通讯录表头
|
|
getLisail() {
|
|
getLisail() {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
- listIndexfou(this.aliemg).then(response => {
|
|
|
|
|
|
+ listIndexfou(this.queryParamsail).then(response => {
|
|
if(response.data !== undefined){
|
|
if(response.data !== undefined){
|
|
this.tableDataalid = response.data.tableHeadList;
|
|
this.tableDataalid = response.data.tableHeadList;
|
|
this.postList = response.data
|
|
this.postList = response.data
|
|
@@ -690,7 +695,7 @@ export default {
|
|
},
|
|
},
|
|
handleCurrentChangeali(val) {
|
|
handleCurrentChangeali(val) {
|
|
this.queryParamsail.pageNo = val
|
|
this.queryParamsail.pageNo = val
|
|
- this.getLisailtwo()
|
|
|
|
|
|
+ this.getLisail()
|
|
console.log(`当前页: ${val}`);
|
|
console.log(`当前页: ${val}`);
|
|
},
|
|
},
|
|
handleClick(tab, event) {
|
|
handleClick(tab, event) {
|
|
@@ -1285,7 +1290,6 @@ export default {
|
|
margin: 0 30px;
|
|
margin: 0 30px;
|
|
p{
|
|
p{
|
|
margin: 0;
|
|
margin: 0;
|
|
- text-indent:2em;
|
|
|
|
}
|
|
}
|
|
p:nth-child(1){
|
|
p:nth-child(1){
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
@@ -1306,16 +1310,16 @@ export default {
|
|
text-align: center;
|
|
text-align: center;
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
text-indent:0em;
|
|
text-indent:0em;
|
|
-
|
|
|
|
}
|
|
}
|
|
- p:nth-child(3){
|
|
|
|
|
|
+ pre{
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
font-family: PingFang SC;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
color: #343434;
|
|
color: #343434;
|
|
- line-height: 24px;
|
|
|
|
-
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ pre{
|
|
|
|
+ white-space:pre-wrap;
|
|
|
|
+ }
|
|
|
|
|
|
</style>
|
|
</style>
|