Commit 8a8c06ef authored by zhengke's avatar zhengke

修改

parent d072b9eb
...@@ -283,17 +283,17 @@ ...@@ -283,17 +283,17 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="ServiceDate" label="服务信息" width="250" align="center"> <el-table-column prop="ServiceDate" label="服务信息" width="250" align="left">
<template slot-scope="scope"> <template slot-scope="scope">
服务时间: {{scope.row.ServiceDate}} {{scope.row.ServiceTime}}<br /> 服务时间: {{scope.row.ServiceDate}} {{scope.row.ServiceTime}}<br />
服务人员: 服务人员:
<template v-if="scope.row.ServicepersonalName&&scope.row.ServicepersonalName!=''"> <template v-if="scope.row.ServicepersonalName&&scope.row.ServicepersonalName!=''">
{{scope.row.ServicepersonalName}} <el-tag size="mini" type="success">{{scope.row.ServicepersonalName}}</el-tag>
</template> </template>
<template v-else> <template v-else>
到店分配 <el-tag size="mini">到店分配</el-tag>
</template> </template>
<div style="margin-top:5px;" v-if="scope.row.MemberEducationCouponList.length>0"> <div v-if="scope.row.MemberEducationCouponList.length>0">
套餐卡信息:<span v-for="(childItem,childIndex) in scope.row.MemberEducationCouponList" :key="childIndex"> 套餐卡信息:<span v-for="(childItem,childIndex) in scope.row.MemberEducationCouponList" :key="childIndex">
{{childItem.Name}} {{childItem.Name}}
</span> </span>
......
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