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

餐厅使用统计修改

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