| | |
| | | </el-table-column> |
| | | <el-table-column prop="status" label="案件状态" width="110" header-align="center" align="center"> |
| | | <template slot-scope="scope"> |
| | | <span v-if="scope.row.status == 5">不予立案</span> |
| | | <span v-if="scope.row.status == 0">立案</span> |
| | | <span v-if="scope.row.status == 1">初查</span> |
| | | <span v-if="scope.row.status == 2">受理</span> |
| | |
| | | </el-table-column> |
| | | <el-table-column label="操作"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" size="medium" @click="updataReport(scope.row)">编辑</el-button> |
| | | <!-- <el-button type="text" size="medium" @click="updataReport(scope.row)">编辑</el-button>--> |
| | | <!-- <el-button type="text" size="medium"--> |
| | | <!-- @click="leaveReport(scope.row.id, scope.row.causeId, scope.row.groupId)" style="color:#ff0000"--> |
| | | <!-- :disabled="scope.row.isInGroup == 0">退群 </el-button>--> |
| | |
| | | label: '全部' |
| | | }, |
| | | { |
| | | value: '5', |
| | | label: '不予立案' |
| | | }, |
| | | { |
| | | value: '0', |
| | | label: '立案' |
| | | }, |
| | |
| | | } |
| | | ], |
| | | causeOptions: [ |
| | | |
| | | { |
| | | value: '5', |
| | | label: '不予立案' |
| | | }, |
| | | { |
| | | value: 0, |
| | | label: '立案' |