Commit 98e7b00e authored by 黄媛媛's avatar 黄媛媛

update

parent 94650f87
...@@ -30,7 +30,7 @@ export default { ...@@ -30,7 +30,7 @@ export default {
@import './assets/css/tablevoerride.css'; @import './assets/css/tablevoerride.css';
@import './assets/global/font.css'; @import './assets/global/font.css';
@import '//at.alicdn.com/t/font_1627123_98ft13ltmlv.css'; @import '//at.alicdn.com/t/font_1627123_thgo3iypqwi.css';
@import url('//at.alicdn.com/t/font_1627123_grz80mbm3sv.css'); @import url('//at.alicdn.com/t/font_1627123_grz80mbm3sv.css');
/* @import './assets/css/common.css'; */ /* @import './assets/css/common.css'; */
@import './assets/css/init.css'; @import './assets/css/init.css';
......
...@@ -126,7 +126,8 @@ ...@@ -126,7 +126,8 @@
v-if="queryType[0].show" v-if="queryType[0].show"
show-overflow-tooltip> show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<p @click="openDetails(scope)" class="font-color-link cp">{{scope.row.GuestName}}</p> <span @click="openDetails(scope)" class="font-color-link cp">{{scope.row.GuestName}}</span>
<span @click="goBirthdayLetter(scope)" class="iconfont iconline_yaoqinghan" style="color:#ffd1b9;font-size:22px"></span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -446,7 +447,7 @@ export default { ...@@ -446,7 +447,7 @@ export default {
}, },
mounted() { mounted() {
this.userInfo = this.getLocalStorage(); this.userInfo = this.getLocalStorage();
console.log(this.queryType) // console.log(this.queryType)
this.getList() this.getList()
//this.Employee() //this.Employee()
let $this = this let $this = this
...@@ -473,6 +474,11 @@ export default { ...@@ -473,6 +474,11 @@ export default {
this.MsgBus.$off('editScene'); this.MsgBus.$off('editScene');
}, },
methods: { methods: {
goBirthdayLetter(scope){
let Id=scope.row.Id;
let url=`http://activity.oytour.com/html/shortLinks/BirthdayLetter.html?GuestId=${Id}`;
window.open(url,'_blank')
},
sendPresent(){ sendPresent(){
}, },
......
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