sujunling před 5 měsíci
rodič
revize
7ed7147a48

binární
.DS_Store


+ 12 - 1
src/router/routes.ts

@@ -1,3 +1,8 @@
+/*
+ * @Descripttion: 地球-浙江
+ * @Author: sujunling
+ * @Date: 2025-05-19 09:10:25
+ */
 export const constantRoutes = [
   {
     path: '/login',
@@ -5,7 +10,13 @@ export const constantRoutes = [
     type: 'sys',
     label: '',
     icon: 'el-icon-star-on',
-    component: () => import('@/views/login/index.vue'),
+    component: () => {
+        if (location.href.indexOf('localhost') > -1){
+            return import('@/views/login/index可登录.vue');
+        }else{
+            return import('@/views/login/index.vue');
+        }
+    },
     hidden: true
   },
   {

+ 3 - 0
src/views/groupPage/districtPageModules/decisionSupport/constructionProgressSimulation/LeftBox.vue

@@ -164,6 +164,9 @@ export default {
   line-height: 30px;
   height: auto;
 }
+.dateTimeDiv .el-date-editor .el-range-input{
+    width: 35% !important;
+}
 .dateTimeDiv .el-range-separator {
   color: #d9d8d8;
 }

+ 6 - 3
src/views/groupPage/districtPageModules/decisionSupport/constructionProgressSimulation/RightBox.vue

@@ -31,9 +31,6 @@
                 type="date"
                 placeholder="请选择时间"
               ></el-date-picker>
-              <div class="removeDiv" @click="removePlanDate(index)" v-if="index">
-                <i class="removeDate el-icon-remove-outline" style="color: #78b6e7"></i>
-              </div>
               <div class="addFileDiv">
                 <input
                   type="file"
@@ -43,6 +40,9 @@
                   class="file-input"
                 />
                 <i class="addFile el-icon-download" style="color: #78b6e7"></i>
+              </div>
+                            <div class="removeDiv" @click="removePlanDate(index)" v-if="index">
+                <i class="removeDate el-icon-remove-outline" style="color: #78b6e7"></i>
               </div>
             </div>
           </template>
@@ -240,6 +240,9 @@ export default {
   background: rgba(43, 167, 255, 0.16);
   color: #2ba7ff;
 }
+.dateTimeDiv .el-input--suffix .el-input__inner{
+    padding-right: 27px !important;
+}
 </style>
 <style lang='scss' scoped>
 .removeDiv, .addFileDiv {

+ 2 - 2
src/views/groupPage/districtPageModules/decisionSupport/constructionProgressSimulation/index.vue

@@ -176,8 +176,8 @@ export default {
   opacity: 0.9;
   line-height: 34px;
   position: absolute;
-  left: 70px;
-  top: 115px;
+  left: 280px;
+  top: 62px;
   text-align: center;
   display: inline-block;
   cursor: pointer;