Commit 3d85a44e authored by huangyuanyuan's avatar huangyuanyuan

update

parent f15ca484
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
} }
.TravelInfoList .icon_td .iconfont{ .TravelInfoList .icon_td .iconfont{
font-size: 14px; font-size: 14px;
color: #fff;
} }
</style> </style>
<template> <template>
...@@ -111,7 +112,7 @@ ...@@ -111,7 +112,7 @@
<td>{{item.createDate | YearMD}}</td> <td>{{item.createDate | YearMD}}</td>
<td class="icon_td"> <td class="icon_td">
<el-tooltip class="item" effect="dark" content="查看详情" placement="top"> <el-tooltip class="item" effect="dark" content="查看详情" placement="top">
<el-button type="success" icon="el-icon-star-off" circle @click="travel=true,GetDes(item)"></el-button> <el-button style="background:#3ED488" icon="iconfont icon-caidan-fill" circle @click="travel=true,GetDes(item)"></el-button>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="查看方案" placement="top"> <el-tooltip class="item" effect="dark" content="查看方案" placement="top">
<el-button type="primary" icon="iconfont icon-nav-xiaoshou" circle @click="Gourl('TravelCoupomPlanList',item)"></el-button> <el-button type="primary" icon="iconfont icon-nav-xiaoshou" circle @click="Gourl('TravelCoupomPlanList',item)"></el-button>
......
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