Commit 77e3e28a authored by youjie's avatar youjie

no message

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