Commit 0936c2e9 by duanguohui

优化

parent bde8cb2b
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
align="center" align="center"
label="预约时间"> label="预约时间">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{scope.row.starDate}} ~ {{scope.row.endDate}}</span> <span v-if="scope.row.status == 'Y'">{{scope.row.starDate}} ~ {{scope.row.endDate}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
...@@ -59,17 +59,20 @@ ...@@ -59,17 +59,20 @@
label="手机号"> label="手机号">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="type" prop="tradeNum"
align="center" align="center"
label="订单数"> label="订单数">
<template slot-scope="scope"> <!-- <template slot-scope="scope">
<span>{{renderType(scope.row.type)}}</span> <span>{{renderType(scope.row.type)}}</span>
</template> </template> -->
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="num" prop="shenhe"
align="center" align="center"
label="启用"> label="启用">
<template slot-scope="scope">
<span>{{scope.row.shenhe == '1' ? '是' : '否'}}</span>
</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="dizhi" prop="dizhi"
......
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 sign in to comment