From 01e64fe75bb1914c00ac2da749511296c6588f96 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期五, 24 二月 2023 18:25:51 +0800 Subject: [PATCH] 司机管理完善,佣金管理完成 --- management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriverDetail.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriverDetail.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriverDetail.html index d77e2c5..112e499 100644 --- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriverDetail.html +++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/tDriver/tDriverDetail.html @@ -3,7 +3,7 @@ <div class="col-sm-12"> <div class="ibox float-e-margins"> <div class="ibox-title"> - <h5>管理</h5> + <h5>详情</h5> </div> <div class="ibox-content"> <div class="row row-lg"> -- Gitblit v1.7.1