Browse Source

Merge branch 'test' of http://git.elinkit.com.cn:7070/r/epmet-oper-gov into test

shibei_master
jiangyy 4 years ago
parent
commit
192eb53e5d
  1. 4
      src/views/modules/importRecord/index.vue

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

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

Loading…
Cancel
Save