|
|
@ -495,13 +495,13 @@ export default { |
|
|
|
> |
|
|
|
<el-tag |
|
|
|
v-else-if="scope.row.handleStatus === '1'" |
|
|
|
type="success" |
|
|
|
type="danger" |
|
|
|
class="normal" |
|
|
|
>未处置</el-tag |
|
|
|
> |
|
|
|
<el-tag |
|
|
|
v-else-if="scope.row.handleStatus === '2'" |
|
|
|
type="danger" |
|
|
|
type="success" |
|
|
|
class="abnormal" |
|
|
|
>已处置</el-tag |
|
|
|
> |
|
|
@ -565,7 +565,7 @@ export default { |
|
|
|
<el-button |
|
|
|
type="text" |
|
|
|
size="small" |
|
|
|
:disabled="scope.row.status != '2'" |
|
|
|
:disabled="scope.row.status == '0' ||scope.row.handleStatus != '1'" |
|
|
|
@click="handleCheckDetails(scope.row, true)" |
|
|
|
>处置</el-button |
|
|
|
> |
|
|
|