Commit ff695bfe by 赵增煜

增加药店处方列表

parent 60473acf
......@@ -82,6 +82,8 @@
$router->resource('pharmacy-config', 'PharmacyConfigController');
// 药店-外部处方单
$router->resource('pharmacy-external-prescription', 'PharmacyExternalPrescriptionController');
// 药店-处方单列表
$router->resource('pharmacy-prescription', 'PharmacyPrescriptionController');
});
$router->get('/auth/smscode', 'AuthController@getLoginSmsCode');
/** 药店菜单-end **/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment