Commit 07e7f78e75d5eafcbe121c78d8ab9a0af2c042c6
1 parent
5ed26527
1
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/DisposalSuggestions/index.vue
| @@ -93,7 +93,7 @@ | @@ -93,7 +93,7 @@ | ||
| 93 | <el-table-column label="问题来源" prop="reportSource" align="left" show-overflow-tooltip> | 93 | <el-table-column label="问题来源" prop="reportSource" align="left" show-overflow-tooltip> |
| 94 | <template slot-scope="scope">{{ scope.row.reportSource | dynamicTextUP(sourceOptions) }}</template> | 94 | <template slot-scope="scope">{{ scope.row.reportSource | dynamicTextUP(sourceOptions) }}</template> |
| 95 | </el-table-column> | 95 | </el-table-column> |
| 96 | - <el-table-column show-overflow-tooltip label="问题类型" prop="questionType" align="left"/> | 96 | + <el-table-column show-overflow-tooltip label="问题类型" prop="questionTypeStr" align="left"/> |
| 97 | <el-table-column show-overflow-tooltip label="线索编号" prop="leadNumber" align="left" width="180"/> | 97 | <el-table-column show-overflow-tooltip label="线索编号" prop="leadNumber" align="left" width="180"/> |
| 98 | <!-- <el-table-column show-overflow-tooltip prop="link" label="有害链接" align="left" /> --> | 98 | <!-- <el-table-column show-overflow-tooltip prop="link" label="有害链接" align="left" /> --> |
| 99 | <!-- <el-table-column show-overflow-tooltip prop="questionClass" label="关键词" align="left" /> --> | 99 | <!-- <el-table-column show-overflow-tooltip prop="questionClass" label="关键词" align="left" /> --> |