Browse Source

问题修复

master
huxinglu 4 years ago
parent
commit
44254da255
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      src/views/problem/list.vue

+ 5
- 1
src/views/problem/list.vue View File

label="巡检时间" label="巡检时间"
min-width="120" min-width="120"
align="center" align="center"
/>
>
<template slot-scope="{row}">
<span v-if="row.inspectTime">{{row.inspectTime.split(' ')[0]}}</span>
</template>
</el-table-column>
<el-table-column show-overflow-tooltip prop="questionType" label="问题类型" align="center"/> <el-table-column show-overflow-tooltip prop="questionType" label="问题类型" align="center"/>
<el-table-column show-overflow-tooltip prop="statusName" label="问题状态" align="center"/> <el-table-column show-overflow-tooltip prop="statusName" label="问题状态" align="center"/>
<el-table-column label="操作" align="left" width="180"> <el-table-column label="操作" align="left" width="180">

Loading…
Cancel
Save