订单查看滚动条
This commit is contained in:
parent
f61789cb93
commit
04a2f94754
@ -61,7 +61,7 @@
|
||||
@selection-change="handleSelectionChange"
|
||||
>
|
||||
<el-table-column label="所属护理站" align="center" prop="nurseStationName" />
|
||||
|
||||
|
||||
|
||||
<el-table-column label="会员名称" align="center" prop="patientName" />
|
||||
<el-table-column label="订单编号" align="center" prop="orderNo" />
|
||||
@ -133,7 +133,7 @@
|
||||
:visible.sync="innerVisible4"
|
||||
append-to-body
|
||||
width="1048px"
|
||||
class="orderInfo"
|
||||
|
||||
>
|
||||
<el-form
|
||||
:inline="true"
|
||||
@ -141,6 +141,7 @@
|
||||
:model="form"
|
||||
:rules="rules"
|
||||
label-width="120px"
|
||||
class="orderInfo"
|
||||
>
|
||||
|
||||
<div v-for="(item, index) in query" :key="index">
|
||||
@ -502,11 +503,11 @@ export default {
|
||||
departmentName: null,
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
|
||||
|
||||
// detailsId: "",
|
||||
// nursePersonName: null,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
},
|
||||
|
||||
@ -606,7 +607,7 @@ export default {
|
||||
console.log(row)
|
||||
|
||||
},
|
||||
|
||||
|
||||
// cencel(appointmentOrderId) {
|
||||
// confirmCancel(appointmentOrderId).then((res) => {
|
||||
// // this.nurseName="请选择护理员";
|
||||
@ -642,7 +643,7 @@ export default {
|
||||
// this.getList();
|
||||
// console.log('this.OrderDetailsList :>> ', this.OrderDetailsList);
|
||||
});
|
||||
|
||||
|
||||
})
|
||||
.catch(() => { });
|
||||
},
|
||||
@ -732,8 +733,8 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<style scoped>
|
||||
/* ::v-deep .el-dialog__body {
|
||||
height: 500px;
|
||||
::v-deep .orderInfo{
|
||||
height: 350px;
|
||||
overflow-y: scroll;
|
||||
} */
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user