Commit ef953717 authored by 黄奎's avatar 黄奎

页面修改

parent 388ccf00
<template>
<div class="q-mt-lg q-mb-lg">
<div class="section-block download1">
<div class="group-title">9月歐洲遊</div>
<div class="group-title">{{plugData.Title}}</div>
<q-table :pagination.sync="paginationDesktop" :data="plugData.GroupSelfItems" :columns="columns" row-key="id"
:filter="filter" table-header-class="travel-list" card-class="travel-list" :pagination-label="formatLabel"
rows-per-page-label=" " :rows-per-page-options="[]" TCNUM-data-labe="沒有找到適合的團期" v-if="!$q.screen.xs">
......@@ -13,7 +13,7 @@
<q-td key="TCNUM" :props="props">{{ props.row.TCNUM }}</q-td>
<q-td key="Title" :props="props">
<div style="max-width:435px;white-space: pre-wrap;">
<a href target="_blank">{{ props.row.Title }}</a>
<a @click="OpenNewUrl(props.row.LinkUrl)" target="_blank">{{ props.row.Title }}</a>
</div>
</q-td>
<q-td key="DayNum" :props="props">{{ props.row.DayNum }}</q-td>
......@@ -61,7 +61,7 @@
<q-item-section>
<q-item-label class="text-grey">團體名稱</q-item-label>
<q-item-label lines="2">
<a href target="_blank">{{ props.row.Title }}</a>
<a @click="OpenNewUrl(props.row.LinkUrl)" target="_blank">{{ props.row.Title }}</a>
</q-item-label>
</q-item-section>
</q-item>
......
<template>
<q-page>
<div>
{{AboutData[AboutData.length-1]}}
</div>
<template v-for="(item,index) in AboutData">
<div :key="index">
<!--自訂版型(影片)-->
<videoOne v-if="item.Id=='white_label_video'&&item.plugData.Type==1" :plugData="item.plugData"></videoOne>
<videoTwo v-if="item.Id=='white_label_video'&&item.plugData.Type==2" :plugData="item.plugData"></videoTwo>
......
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