Commit c77e38a5 authored by youjie's avatar youjie

no message

parent 3ca487f4
......@@ -124,7 +124,9 @@
<p v-if="item.OutBranchName">{{item.OutBranchName?item.OutBranchName:'-'}}</p>
</td>
<td>{{item.LineName?item.LineName:'-'}}</td>
<td>{{item.PeopleNum?item.PeopleNum:'-'}}<template v-if="item.TCID>0">/{{item.TCGuestNum}}</template></td>
<td>{{item.PeopleNum?item.PeopleNum:''}}
<template v-if="item.PeopleNum>0">/</template>
<template v-if="item.TCID>0">{{item.TCGuestNum}}</template></td>
<td><template v-if="item.TCID>0">{{item.TCProfit?item.TCProfit:'-'}}</template>
<template v-else>-</template>
</td>
......
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