From 04a2f947540ab858415e5b598b52035bf33b1a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Tue, 8 Nov 2022 14:44:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=9F=A5=E7=9C=8B=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/order/index.vue | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/views/system/order/index.vue b/src/views/system/order/index.vue index bae86b1..c1557f9 100644 --- a/src/views/system/order/index.vue +++ b/src/views/system/order/index.vue @@ -61,7 +61,7 @@ @selection-change="handleSelectionChange" > - + @@ -133,7 +133,7 @@ :visible.sync="innerVisible4" append-to-body width="1048px" - class="orderInfo" + >
@@ -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 { };