|
@ -22,7 +22,8 @@ |
|
|
@close="onCloseAddNew" /> |
|
|
@close="onCloseAddNew" /> |
|
|
|
|
|
|
|
|
<template #footer> |
|
|
<template #footer> |
|
|
<Button style="padding: 0 24px;" @click.native="onDelete">误报</Button> |
|
|
<Button v-if="activeName == '-1' || activeName == '0'" style="padding: 0 24px;" |
|
|
|
|
|
@click.native="onDelete">误报</Button> |
|
|
<Button :style="{ backgroundColor: '#C9C9C9', padding: '0 24px' }" |
|
|
<Button :style="{ backgroundColor: '#C9C9C9', padding: '0 24px' }" |
|
|
@click.native="modelVisible = false">取消</Button> |
|
|
@click.native="modelVisible = false">取消</Button> |
|
|
<Button v-if="activeName == '-1' || activeName == '0'" style="padding: 0 24px;" |
|
|
<Button v-if="activeName == '-1' || activeName == '0'" style="padding: 0 24px;" |
|
|