diff --git a/src/api/system/order.js b/src/api/system/order.js
index 5e41826..9755fc4 100644
--- a/src/api/system/order.js
+++ b/src/api/system/order.js
@@ -14,4 +14,11 @@ export function Detailed(id) {
method: 'get',
})
-}
\ No newline at end of file
+}
+//删除
+export function deldetailed(id) {
+ return request({
+ url: '/system/appointmentOrderDetails/' + id,
+ method: 'delete'
+ })
+}
diff --git a/src/views/system/order/index.vue b/src/views/system/order/index.vue
index 4949483..38c63eb 100644
--- a/src/views/system/order/index.vue
+++ b/src/views/system/order/index.vue
@@ -8,6 +8,14 @@
v-show="showSearch"
label-width="100px"
>
+
+
+
-
-
-
+
-
+ placeholder="请选择订单状态"
+ >
+
+
+
-
+
重置
-
-
-
+
+
@@ -87,7 +92,7 @@
size="mini"
type="text"
icon="el-icon-delete"
- @click="handleDelete"
+ @click="handleDelete(scope.row)"
v-hasPermi="['system:nurseType:remove']"
>删除
@@ -103,149 +108,171 @@
/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+