diff --git a/src/views/system/order/index.vue b/src/views/system/order/index.vue
index a0ff250..c3d0a62 100644
--- a/src/views/system/order/index.vue
+++ b/src/views/system/order/index.vue
@@ -65,7 +65,7 @@
- 待付款
+ 待付款
已付款
待派单
待完成
@@ -88,7 +88,8 @@
type="text"
icon="el-icon-zoom-in"
@click="seeLook(scope.row)"
- v-hasPermi="['system:nurseType:edit']"
+ v-hasPermi="['system:appointmentOrder:query']"
+
>查看
派单
@@ -104,8 +105,8 @@
size="mini"
type="text"
icon="el-icon-error"
- @click="cencel(scope.row.appointmentOrderId)"
- v-hasPermi="['system:nurseType:edit']"
+ @click="cencel(scope.row.appointmentOrderId)"
+ v-hasPermi="['system:appointmentOrder:confirmCancel']"
>取消预约
{
- // // this.nurseName="请选择护理员";
- // // this.innerdispatch = false;
-
- // })
- // console.log(appointmentOrderId)
- // },
- // console.log(row.appointmentOrderId)
- // this.appointmentOrderId = row.appointmentOrderId
- // console.log('row :>> ', this.querynursecencel.appointmentOrderId);
- // obj.appointmentOrderId=row.appointmentOrderId
-
// 确认取消预约
cencel(appointmentOrderId) {
@@ -626,8 +610,7 @@ export default {
}
confirmCancel(params).then((res) => {
this.$message.success("取消成功");
- // this.getList();
- // console.log('this.OrderDetailsList :>> ', this.OrderDetailsList);
+
});
})