|
@ -63,7 +63,7 @@ |
|
|
@click.native="onEnd">终止</Button> |
|
|
@click.native="onEnd">终止</Button> |
|
|
<Button :loading="submitLoading" v-if="check(['business:home:event','control:event:event:disposalAndRelease','control:event:event:disposeOf','home:notice:releaseEvent']) && (activeName == '-1' || activeName == '0')" style="margin-top: 30px;padding: 0 24px" |
|
|
<Button :loading="submitLoading" v-if="check(['business:home:event','control:event:event:disposalAndRelease','control:event:event:disposeOf','home:notice:releaseEvent']) && (activeName == '-1' || activeName == '0')" style="margin-top: 30px;padding: 0 24px" |
|
|
@click.native="onDelete">解除</Button> |
|
|
@click.native="onDelete">解除</Button> |
|
|
<Button :style="{ marginTop: '30px', backgroundColor: '#0e708b', padding: '0 24px' }" v-if="(activeName =='-2') && (data.auditFlags =='未审核') " |
|
|
<Button :style="{ marginTop: '30px', backgroundColor: '#0e708b', padding: '0 24px' }" v-if="(activeName =='-2') && (data.auditFlags =='未审核') && check(['perception:eventDetection:review'])" |
|
|
@click.native="onAudit">复核</Button> |
|
|
@click.native="onAudit">复核</Button> |
|
|
<Button :style="{ marginTop: '30px', backgroundColor: '#0e708b', padding: '0 24px' }" |
|
|
<Button :style="{ marginTop: '30px', backgroundColor: '#0e708b', padding: '0 24px' }" |
|
|
@click.native="modelVisible = false">取消</Button> |
|
|
@click.native="modelVisible = false">取消</Button> |
|
|