Parcourir la source

修改

master
yangzhou-cyber il y a 3 ans
Parent
révision
5619f4e635
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. +2
    -2
      src/views/chain/assessmentContent.vue
  2. +2
    -2
      src/views/chain/coordinationManage/applyCooperation.vue

+ 2
- 2
src/views/chain/assessmentContent.vue Voir le fichier

@@ -59,10 +59,10 @@
><span class="cell">{{ detail.content }}</span></el-col
>
<el-col :span="2" align="center" class="td"
><span class="cell">{{ detail.points }}</span></el-col
><span class="cell">{{ detail.points==0?'':detail.points }}</span></el-col
>
<el-col :span="2" align="center" class="td"
><span class="cell">{{ detail.score }}</span></el-col
><span class="cell">{{ detail.score==0?'':detail.score }}</span></el-col
>
<el-col :span="3" align="center" class="td"
><span class="cell">

+ 2
- 2
src/views/chain/coordinationManage/applyCooperation.vue Voir le fichier

@@ -58,10 +58,10 @@
><span class="cell">{{ detail.content }}</span></el-col
>
<el-col :span="2" align="center" class="td"
><span class="cell">{{ detail.points }}</span></el-col
><span class="cell">{{ detail.points==0?"":detail.points }}</span></el-col
>
<el-col :span="2" align="center" class="td"
><span class="cell">{{ detail.score }}</span></el-col
><span class="cell">{{ detail.score==0?"":detail.score }}</span></el-col
>
<el-col :span="3" align="center" class="td"
><span class="cell">

Chargement…
Annuler
Enregistrer