Commit 73522822 authored by 黄媛媛's avatar 黄媛媛
parents 50f44b34 4bc16f5c
...@@ -315,7 +315,7 @@ ...@@ -315,7 +315,7 @@
</span> </span>
</el-popover> </el-popover>
</td> </td>
<td rowspan="2" style="text-align:center;"> <td style="text-align:center;">
<el-button-group size='mini'> <el-button-group size='mini'>
<el-tooltip class="item" effect="dark" :content="$t('ground.glbaojia')" placement="top-start"> <el-tooltip class="item" effect="dark" :content="$t('ground.glbaojia')" placement="top-start">
<el-button type="primary" class="iconfont icon-bianji-smal" @click="managePrice(item.Id)"></el-button> <el-button type="primary" class="iconfont icon-bianji-smal" @click="managePrice(item.Id)"></el-button>
...@@ -332,14 +332,14 @@ ...@@ -332,14 +332,14 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="10"> <td colspan="13">
{{$t('pub.pubRemark')}}: {{item.Remark}} {{$t('pub.pubRemark')}}: {{item.Remark}}
</td> </td>
</tr> </tr>
</tbody> </tbody>
<tfoot> <tfoot>
<tr> <tr>
<td colspan="11"> <td colspan="13">
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage" <el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage"
layout="total,prev, pager, next, jumper" :page-size="this.msg.pageSize" :total="total"> layout="total,prev, pager, next, jumper" :page-size="this.msg.pageSize" :total="total">
</el-pagination> </el-pagination>
......
...@@ -861,7 +861,6 @@ ...@@ -861,7 +861,6 @@
}, },
mounted() { mounted() {
this.CurrentUserInfo = this.getLocalStorage();; this.CurrentUserInfo = this.getLocalStorage();;
console.log("this.CurrentUserInfo",this.CurrentUserInfo);
this.ScrollMethod(); this.ScrollMethod();
}, },
created() { created() {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<i class="iconfont icon-nan nan"></i> <i class="iconfont icon-nan nan"></i>
<el-tag size="mini" style="margin-left:10px">{{item.postName}}</el-tag> <el-tag size="mini" style="margin-left:10px">{{item.postName}}</el-tag>
</div> </div>
<div class="last-msg">{{item.companyName}} · {{item.departmentName}} · {{emEntryStr}}入职</div> <div class="last-msg">{{item.companyName}} · {{item.departmentName}} · {{item.emEntryStr}}入职</div>
</div> </div>
<i class="iconfont icon-chat send-msg" title="认识一下" @click="openChart(item)"></i> <i class="iconfont icon-chat send-msg" title="认识一下" @click="openChart(item)"></i>
</div> </div>
...@@ -28,7 +28,9 @@ export default { ...@@ -28,7 +28,9 @@ export default {
'this.src="' + require("../../assets/img/default_head_img.jpg") + '"' 'this.src="' + require("../../assets/img/default_head_img.jpg") + '"'
}; };
}, },
mounted() {}, mounted() {
},
methods: { methods: {
openChart(obj) { openChart(obj) {
this.MsgBus.$emit("openChat", { this.MsgBus.$emit("openChat", {
......
...@@ -439,7 +439,7 @@ ...@@ -439,7 +439,7 @@
pageIndex: 1, pageIndex: 1,
pageSize: 14, pageSize: 14,
Name: "", Name: "",
CountryId: 651, CountryId: 0,
ProviceId: 0, ProviceId: 0,
CityId: 0, CityId: 0,
total: 0, total: 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment