Guoxiaohuan 5 years ago
parent
commit
e1be96a8a7
2 changed files with 9 additions and 9 deletions
  1. 1 1
      src/views/audit/index.vue
  2. 8 8
      src/views/evaluate/evCard.vue

+ 1 - 1
src/views/audit/index.vue

@@ -211,7 +211,7 @@ export default {
             return moment(date).valueOf()
         },
         formatter(date) {
-            return moment.unix(date / 1000).format('YYYY.MM.DD hh:mm')
+            return moment.unix(date / 1000).format('YYYY.MM.DD HH:mm')
         },
         formatter1(date) {
             return moment.unix(date / 1000).format('YYYY.MM.DD')

+ 8 - 8
src/views/evaluate/evCard.vue

@@ -14,7 +14,7 @@
                 </span>
                 <span>冷机出水温度</span>
                 <span>
-                    <b>{{item.recommend?item.recommend.chillWaterOutTempSet:'--'}}</b> °C
+                    <b style='width:50px;display: inline-block;text-align: center;'>{{item.recommend?item.recommend.chillWaterOutTempSet:'--'}}</b> °C
                 </span>
             </div>
             <div class='card-div3 MicrYaHei'>
@@ -27,14 +27,14 @@
                     >{{item.real?item.real.chillerNumSetLOrg:'--'}}</b>大
                     <b
                         style='width:50px;display: inline-block;text-align: center;'
-                        :class='item.recommend.chillerNumSetL==item.real.chillerNumSetLOrg?"":"red"'
+                        :class='item.recommend.chillerNumSetS==item.real.chillerNumSetSOrg?"":"red"'
                     >{{item.real?item.real.chillerNumSetSOrg:'--'}}</b> 小
                 </span>
                 <span>冷机出水温度</span>
                 <span>
                     <b
                         style='width:50px;display: inline-block;text-align: center;'
-                        :class='item.recommend.chillerNumSetL==item.real.chillerNumSetLOrg?"":"red"'
+                        :class='item.recommend.chillWaterOutTempSet==item.real.chillWaterOutTempSetOrg?"":"red"'
                     >{{item.real?item.real.chillWaterOutTempSetOrg:'--'}}</b>°C
                 </span>
             </div>
@@ -45,11 +45,11 @@
                     <img src='../../assets/completed.png' alt />
                     已按策略执行
                 </span>
-                <template v-else v-for='(item1,index) in titles' >
+                <template v-else v-for='(item1,index) in titles'>
                     <template v-if='item1.id==item.recommend.appealId'>
-                        <span class='card-div8' v-if="item1.status==302" :key='"l"+index'>
+                        <span class='card-div8' v-if='item1.status==302' :key='"l"+index'>
                             <img src='../../assets/processing.png' alt />
-                            申诉中   
+                            申诉中
                         </span>
                         <span class='card-div6' v-else :key='"l"+index'>
                             <img src='../../assets/error.png' alt />
@@ -62,7 +62,7 @@
         </div>
         <div class='view-dialog'>
             <el-dialog title='策略推出时状况' :visible.sync='viewSnapshots' :close-on-click-modal='false' width='1260px'>
-                <ev-snapshots-dialog v-if="date && time" :appealsDate='date' :time='time'></ev-snapshots-dialog>
+                <ev-snapshots-dialog v-if='date && time' :appealsDate='date' :time='time'></ev-snapshots-dialog>
             </el-dialog>
         </div>
     </div>
@@ -97,7 +97,7 @@ export default {
         queryFlow(ids) {
             let postParams = {
                 crireria: {
-                    id:ids
+                    id: ids
                 }
             }
             queryWorkflow({ postParams }).then(res => {