From fa672aad1a91b2a8481324339e063230d378039e Mon Sep 17 00:00:00 2001 From: luodangjia <luodangjia> Date: 星期五, 09 八月 2024 14:56:36 +0800 Subject: [PATCH] 7.17 --- guns-admin/src/main/webapp/WEB-INF/view/system/user/userDetail.html | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/guns-admin/src/main/webapp/WEB-INF/view/system/user/userDetail.html b/guns-admin/src/main/webapp/WEB-INF/view/system/user/userDetail.html index cf9d983..a0015ad 100644 --- a/guns-admin/src/main/webapp/WEB-INF/view/system/user/userDetail.html +++ b/guns-admin/src/main/webapp/WEB-INF/view/system/user/userDetail.html @@ -73,7 +73,7 @@ <br> <input type="hidden" id="userId" name="userId" value="${user.id!}"> <div class="circle-container" > - <img src="http://bao-weiqing.oss-cn-hangzhou.aliyuncs.com/driver/b55e3ce2-3b7f-49eb-b877-ef7589ba4c64.jpg" alt="Circle Image" class="circle-img"> + <img src="https://cqzxtaxi.obs.cn-southwest-2.myhuaweicloud.com/admin/75f4a96b2b2b440f8987830ad8c14814.png" alt="Circle Image" class="circle-img"> </div> </div> <div class=" col-sm-11"> @@ -505,6 +505,9 @@ } }, formatter: function (value, index) { + console.log("========1111===="+index) + console.log("========1111===="+value) + return value; // 格式化标签文本,这里直接返回原值 } }, @@ -591,6 +594,7 @@ // prettier-ignore // data: [300, 280, 250, 260, 270, 300, 550, 500, 400, 390, 380, 390, 400, 500, 600, 750, 800, 700, 600, 400], data: yData, + symbol: 'none', markArea: { itemStyle: { color: 'rgba(148,145,145,0.4)' @@ -770,6 +774,7 @@ // prettier-ignore // data: [300, 280, 250, 260, 270, 300, 550, 500, 400, 390, 380, 390, 400, 500, 600, 750, 800, 700, 600, 400], data: yData, + symbol: 'none', markArea: { itemStyle: { color: 'rgba(148,145,145,0.4)' -- Gitblit v1.7.1