From 9b4d2e220a846ade316f076bd1dba98e6cf331c4 Mon Sep 17 00:00:00 2001
From: lisy <linlangsur163@163.com>
Date: 星期三, 26 七月 2023 18:03:58 +0800
Subject: [PATCH] 管理后台的语言去除

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/driverActivity/receiveRecord.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/driverActivity/receiveRecord.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/driverActivity/receiveRecord.html
index a4cc68a..4583f15 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/driverActivity/receiveRecord.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/driverActivity/receiveRecord.html
@@ -80,12 +80,12 @@
         font-size: 14px;
     }
 </style>
-<input hidden id="language" value="${language}">
+
 @if(language==1){
 <div class="row" style="margin-left: 2%;">
     <div class="col-sm-3">
         <input id="activityId" value="${activityId}" type="hidden">
-        <input hidden id="language" value="${language}">
+
         <div class="ibox float-e-margins">
             <div class="ibox-title">
                 <h3>活动时间:<input type="text" id="startTime"  name="zc7" class="form-control" style="max-width:250px !important;display: initial !important;" onchange="receiveRecordDetail()"/></h3>
@@ -167,7 +167,7 @@
 <div class="row" style="margin-left: 2%;">
     <div class="col-sm-3">
         <input id="activityId" value="${activityId}" type="hidden">
-        <input hidden id="language" value="${language}">
+
         <div class="ibox float-e-margins">
             <div class="ibox-title">
                 <h3>Activity time:<input type="text" id="startTime"  name="zc7" class="form-control" style="max-width:250px !important;display: initial !important;" onchange="receiveRecordDetail()"/></h3>
@@ -249,7 +249,7 @@
 <div class="row" style="margin-left: 2%;">
     <div class="col-sm-3">
         <input id="activityId" value="${activityId}" type="hidden">
-        <input hidden id="language" value="${language}">
+
         <div class="ibox float-e-margins">
             <div class="ibox-title">
                 <h3>Waktu aktivitas:<input type="text" id="startTime"  name="zc7" class="form-control" style="max-width:250px !important;display: initial !important;" onchange="receiveRecordDetail()"/></h3>

--
Gitblit v1.7.1