diff --git a/service/modules/v1/controllers/PatientController.php b/service/modules/v1/controllers/PatientController.php index 04a95f6..4af32e1 100644 --- a/service/modules/v1/controllers/PatientController.php +++ b/service/modules/v1/controllers/PatientController.php @@ -151,6 +151,13 @@ class PatientController extends BaseServiceController return $list; } + /** + * 获取挂号订单状态标签内容 + * + * @param $status + * @param $type + * @return string + */ public static function getStatusInfo($status , $type) { $data = [ @@ -167,9 +174,9 @@ class PatientController extends BaseServiceController ], 'type' => [ 0 => 'info', - 1 => 'info', + 1 => 'primary', 2 => 'success', - 3 => 'info', + 3 => 'success', 4 => 'error', 5 => 'info', 6 => 'success',