Browse Source

修改

master
yangzhou-cyber 3 years ago
parent
commit
5619f4e635
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      src/views/chain/assessmentContent.vue
  2. +2
    -2
      src/views/chain/coordinationManage/applyCooperation.vue

+ 2
- 2
src/views/chain/assessmentContent.vue View 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 View 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…
Cancel
Save