Commit 39d02632 authored by 黄奎's avatar 黄奎

餐厅使用统计修改

parent 673d914b
......@@ -303,18 +303,19 @@
</el-table-column>
<el-table-column prop="DNum" label="大/中/小人数">
<template slot-scope="scope">
<span style="text-decoration:underline;cursor:pointer;" type="info" @click="goUrl('bookDinnerStatisticsDetails',scope.row.TCID)"> {{(scope.row.DNum>0&&scope.row.DUnitPrice>0)?scope.row.DNum:0}}
/{{(scope.row.ZNum>0&&scope.row.ZUnitPrice>0)?scope.row.ZNum:0}}
/{{(scope.row.XNum>0&&scope.row.XUnitPrice>0)?scope.row.XNum:0}}</span>
<span style="text-decoration:underline;cursor:pointer;" type="info" @click="goUrl('bookDinnerStatisticsDetails',scope.row.TCID)">
{{scope.row.DNum}}
/{{scope.row.ZNum}}
/{{scope.row.XNum}}</span>
</template>
</el-table-column>
<el-table-column prop="DUnitPrice" label="大/中/小价格">
<template slot-scope="scope">
<span style="text-decoration:underline;cursor:pointer;" type="info" @click="goUrl('bookDinnerStatisticsDetails',scope.row.TCID)">
{{(scope.row.DNum>0&&scope.row.DUnitPrice>0)?scope.row.DUnitPrice:0}}
/{{(scope.row.ZNum>0&&scope.row.ZUnitPrice>0)?scope.row.ZUnitPrice:0}}
/{{(scope.row.XNum>0&&scope.row.XUnitPrice>0)?scope.row.XUnitPrice:0}}
{{scope.row.DUnitPrice}}
/{{scope.row.ZUnitPrice}}
/{{scope.row.XUnitPrice}}
</span>
</template>
</el-table-column>
......
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