Browse Source

事件列表判断居民id取错字段的问题

v1.1
duanliangtao 2 years ago
parent
commit
3dc8f44cf4
  1. 2
      src/views/modules/goverhotline/formList.vue
  2. 2
      src/views/modules/shequzhili/eventOld/eventList.vue

2
src/views/modules/goverhotline/formList.vue

@ -23,7 +23,7 @@
width="100">
<template slot-scope="scope">
<el-button
v-if="scope.row.resiId !== null && scope.row.resiId !== ''"
v-if="scope.row.reportUserId !== null && scope.row.reportUserId !== ''"
@click="handleLook(scope.row)"
type="text"
size="small"

2
src/views/modules/shequzhili/eventOld/eventList.vue

@ -159,7 +159,7 @@
<el-table-column prop="mobile" align="center" width="110" label="联系电话" :show-overflow-tooltip="true">
<template slot-scope="scope">
<el-button
v-if="scope.row.resiId !== null && scope.row.resiId !== ''"
v-if="scope.row.reportUserId !== null && scope.row.reportUserId !== ''"
@click="handleLook(scope.row)"
type="text"
size="small"

Loading…
Cancel
Save