Commit f087bb1a authored by 黄奎's avatar 黄奎

页面修改

parent 38307b54
......@@ -8,7 +8,7 @@
<i class="iconfont icon-nan nan"></i>
<el-tag size="mini" style="margin-left:10px">{{item.postName}}</el-tag>
</div>
<div class="last-msg">{{item.companyName}} · {{item.departmentName}} · {{emEntryStr}}入职</div>
<div class="last-msg">{{item.companyName}} · {{item.departmentName}} · {{item.emEntryStr}}入职</div>
</div>
<i class="iconfont icon-chat send-msg" title="认识一下" @click="openChart(item)"></i>
</div>
......@@ -28,7 +28,9 @@ export default {
'this.src="' + require("../../assets/img/default_head_img.jpg") + '"'
};
},
mounted() {},
mounted() {
},
methods: {
openChart(obj) {
this.MsgBus.$emit("openChat", {
......
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