Browse Source

管理系统修改

sunyadv 5 years ago
parent
commit
8eb50bf6ff

BIN
website/src/main/resources/templates/img/background_bottom.jpg


BIN
website/src/main/resources/templates/img/job1.jpeg


BIN
website/src/main/resources/templates/img/job2.jpg


BIN
website/src/main/resources/templates/img/job3.jpeg


BIN
website/src/main/resources/templates/img/job4.jpeg


BIN
website/src/main/resources/templates/img/joinus.png


+ 1 - 1
ys_int/src/views/base/allocation.vue

@@ -32,7 +32,7 @@
                 <el-form-item style="float: right;">
                     <el-button type="primary" @click="showAllocation">{{$t('base.add')}}</el-button>
                 </el-form-item>
-                <el-form-item style="float:right;" v-if="user.parentId == 0">
+                <el-form-item style="float:right;">
 					<el-button type="primary" @click="showChangeIp()">{{$t('runTest.changeIp')}}</el-button>
 				</el-form-item>
                 <!-- <el-form-item style="float: right;">

+ 4 - 3
ys_int/src/views/detection/maintenance.vue

@@ -336,7 +336,7 @@
                         }else if(this.stage == 2){
                             this.warningInfo = this.$t('runTest.stage2');
                         }else if(this.stage == 3){
-                            this.warningInfo = this.$t('runTest.stage3');
+                            this.warningInfo = this.$t('runTest.remove');
                         }else{
                             this.warningInfo = this.$t('runTest.stage4');
                         }
@@ -570,8 +570,9 @@
             getEcharts2() {
                 this.http.post( this.port.base.openingAndClosingTimesChartCycle, {
                     equipmentNo: this.detail.equipmentNo,//"898602B5191730002945",
-                    startTime: this.openCycle[0],
-                    endTime: this.openCycle[1]
+                    // startTime: this.openCycle[0],
+                    // endTime: this.openCycle[1]
+                    time: this.openCycle
                 },
                 res => {
                     if (res.code == "ok") {