Commit be46419d authored by youjie's avatar youjie

no message

parent 50fe2193
......@@ -1921,9 +1921,14 @@
@click="InfoChangeLogShow(item.ID)"></el-button>
</el-popover>
</el-tooltip>
<el-tooltip class="item" effect="dark" content="机票服务费" placement="top-start">
<!-- <el-tooltip class="item" effect="dark" content="机票服务费" placement="top-start">
<el-button type="primary" icon="iconfont icon-caidan-fill" @click="TikcetServiceCharge(item)">
</el-button>
</el-tooltip> -->
<el-tooltip class="item" effect="dark" content="开票费用" placement="top-start"
v-if="item.isBillingCharge">
<el-button type="primary" icon="iconfont icon-caidan-fill" @click="BillingCharge(item)">
</el-button>
</el-tooltip>
</el-button-group>
</div>
......@@ -1945,12 +1950,12 @@
<el-button type="primary" class="iconfont icon-duigou" @click="UpdateTicketState(item.ID,1)">
</el-button>
</el-tooltip>
<el-tooltip class="item" effect="dark" content="开票费用" placement="top-start"
<!-- <el-tooltip class="item" effect="dark" content="开票费用" placement="top-start"
v-if="item.isBillingCharge">
<el-button type="primary" class="el-icon-coin" @click="BillingCharge(item)"
style="font-size: 16px;">
</el-button>
</el-tooltip>
</el-tooltip> -->
</el-button-group>
</div>
</el-col>
......
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