Commit 77e3e28a authored by youjie's avatar youjie

no message

parent 442d02e2
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
<div <div
v-for="(item,index) in dataList" v-for="(item,index) in dataList"
class="row items-center left-text text-dark"> class="row items-center left-text text-dark">
<div>{{item.id}}</div> <div>{{item.updateTime | YMD}}</div>
<div>{{item.teamSeries}}</div> <div>{{item.description}}</div>
<div><span :class="{'text-red':item.money>0}"><template v-if="item.money>0">+</template> ¥{{item.money}}</span></div> <div><span :class="{'text-red':item.money>0}"><template v-if="item.money>0">+</template> ¥{{item.money}}</span></div>
</div> </div>
<div class="text-center q-pb-lg"> <div class="text-center q-pb-lg">
...@@ -83,9 +83,9 @@ ...@@ -83,9 +83,9 @@
dateRange: {} as any, dateRange: {} as any,
queryTime: '', queryTime: '',
titleHead: t('v104.passbook.details'), titleHead: t('v104.passbook.details'),
dataList: [], dataList: [] as Array<any>,
chineseMonth:[], chineseMonth:[] as Array<String>,
activeMonths: 0, activeMonths: 0 as Number,
}) })
data.activeMonths = formattedString>10?formattedString:formattedString.slice(1) data.activeMonths = formattedString>10?formattedString:formattedString.slice(1)
data.chineseMonth = useHotel.getMonthType() data.chineseMonth = useHotel.getMonthType()
......
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