修改
This commit is contained in:
parent
1d56857a82
commit
f8fbc5c58a
@ -70,8 +70,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="会员名称" align="center" prop="patientName" />
|
<el-table-column label="会员名称" align="center" prop="patientName" />
|
||||||
<el-table-column label="护理员" align="center" prop="nursePersonName" />
|
<el-table-column label="护理员名称" align="center" prop="nursePersonName" />
|
||||||
<el-table-column label="评价星级" align="center" prop="evaluateStarCount" />
|
|
||||||
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
@ -130,18 +129,24 @@
|
|||||||
<el-form-item label="订单数量" prop="orderCount">
|
<el-form-item label="订单数量" prop="orderCount">
|
||||||
<div class="text">{{query.orderCount}}</div>
|
<div class="text">{{query.orderCount}}</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<el-form-item label="护理站名称" prop="nurseStationName">
|
||||||
|
<div class="text">{{query.nurseStationName}}</div>
|
||||||
|
</el-form-item>
|
||||||
<el-form-item label="护理项目名称" prop="nurseItemName">
|
<el-form-item label="护理项目名称" prop="nurseItemName">
|
||||||
<div class="text">{{query.nurseItemName}}</div>
|
<div class="text">{{query.nurseItemName}}</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<!-- <el-form-item label="护理员名称" prop="nursePersonName">
|
||||||
|
<div class="text">{{query.nursePersonName}}</div>
|
||||||
|
</el-form-item> -->
|
||||||
|
<el-form-item label="评价星级" prop="compositeScore">
|
||||||
|
<div class="text">{{query.compositeScore}}</div>
|
||||||
|
</el-form-item>
|
||||||
<el-form-item label="服务时间" prop="time">
|
<el-form-item label="服务时间" prop="time">
|
||||||
<div class="text">{{query.time}}</div>
|
<div class="text">{{query.time}}</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="护理项目时长" prop="itemServeDurationUnit">
|
<el-form-item label="护理项目时长" prop="itemServeDurationUnit">
|
||||||
<div class="text">{{query.itemServeDurationUnit}}</div>
|
<div class="text">{{query.itemServeDurationUnit}}</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="护理站名称" prop="nurseStationName">
|
|
||||||
<div class="text">{{query.nurseStationName}}</div>
|
|
||||||
</el-form-item>
|
|
||||||
<el-form-item label="服务地址" prop="serviceAddress">
|
<el-form-item label="服务地址" prop="serviceAddress">
|
||||||
<div
|
<div
|
||||||
class="text"
|
class="text"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user