Commit 42f2e5b1 by ‘巴博尔’

修改字段

parent 0099b095
......@@ -187,18 +187,18 @@
<el-table-column
label="退款申请信息"
align="center"
prop="refundLogistics"
key="refundLogistics"
prop="refundReason"
key="refundReason"
:show-overflow-tooltip="true"
/>
<el-table-column
<!-- <el-table-column
label="就诊时间"
align="center"
prop="visitTime"
key="visitTime"
width="180"
:show-overflow-tooltip="true"
/>
/> -->
<el-table-column
label="创建时间"
align="center"
......@@ -433,7 +433,9 @@ export default {
},
clickSeeVisitor(row) {
this.openArticleInfo = true;
this.VisitorData = row.userVsitorVo;
console.log(row)
this.VisitorData = row.userAddressVo;
console.log(this.VisitorData)
},
/** 查询预约陪诊订单列表 */
getList() {
......
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