提交 b334dcec authored 作者: chenweiping's avatar chenweiping

0508

上级 d259677c
...@@ -166,13 +166,13 @@ ...@@ -166,13 +166,13 @@
@click="changeStatus(scope.row)" @click="changeStatus(scope.row)"
>核销</el-button> >核销</el-button>
<el-button <el-button
v-if="scope.row.status == 4" v-if="scope.row.status == 4 && scope.row.dataType == '自营数据'"
size="mini" size="mini"
type="text" type="text"
@click="agreeRefund(scope.row)" @click="agreeRefund(scope.row)"
>同意退款</el-button> >同意退款</el-button>
<el-button <el-button
v-if="scope.row.status == 4" v-if="scope.row.status == 4 && scope.row.dataType == '自营数据'"
size="mini" size="mini"
type="text" type="text"
@click="refuseRefund(scope.row)" @click="refuseRefund(scope.row)"
......
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
<img :src="scope.row.picture" style="width:50px;height:50px" /> <img :src="scope.row.picture" style="width:50px;height:50px" />
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="套餐价格(元)" align="center" prop="packagePrice" /> <el-table-column label="套餐价格(元)" align="right" prop="packagePrice" />
<el-table-column label="所属类型" align="center" prop="type" /> <el-table-column label="所属类型" align="center" prop="type" />
<el-table-column label="所属医院" align="center" prop="orgName" /> <el-table-column label="所属医院" align="center" prop="orgName" />
<el-table-column label="套餐分类" align="center" prop="dataType" /> <el-table-column label="套餐分类" align="center" prop="dataType" />
...@@ -145,6 +145,7 @@ ...@@ -145,6 +145,7 @@
<span v-if="scope.row.sex == 2"></span> <span v-if="scope.row.sex == 2"></span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="已约人数" align="right" prop="salesVolume" />
<el-table-column label="状态" align="center" > <el-table-column label="状态" align="center" >
<template slot-scope="scope"> <template slot-scope="scope">
<el-switch <el-switch
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论