Browse Source

fdsfs

shibei_master
dai 4 years ago
parent
commit
5c79d064f8
  1. 6
      src/views/modules/importRecord/index.vue

6
src/views/modules/importRecord/index.vue

@ -22,7 +22,7 @@
>导入中</span
>
<span
v-else-if="scope.row.processStatus == 'finished'"
v-else-if="scope.row.processStatus == 'finished_success'"
>已完成</span
>
<a target="_blank"
@ -33,7 +33,7 @@
>
<span
v-else-if="scope.row.processStatus == 'finished_fail' && !scope.row.resultDescFile"
>导入失败</span
>导入失败未知错误</span
>
</template>
</el-table-column>
@ -85,7 +85,7 @@ export default {
},
computed: {
maxTableHeight() {
return this.clientHeight - 450;
return this.clientHeight - 300;
},
...mapGetters(["clientHeight"]),
},

Loading…
Cancel
Save