yangzhou-cyber 3 anni fa
parent
commit
5619f4e635
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. +2
    -2
      src/views/chain/assessmentContent.vue
  2. +2
    -2
      src/views/chain/coordinationManage/applyCooperation.vue

+ 2
- 2
src/views/chain/assessmentContent.vue Vedi File

@@ -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 Vedi File

@@ -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">

Loading…
Annulla
Salva