Commit a77b1a2f authored by xinzhedeai's avatar xinzhedeai

add:报警

parent 56c18dcf
......@@ -74,7 +74,7 @@
{{ scope.row.idNumber }}
<!-- 当报警状态为Y时显示处置按钮 -->
<el-button
v-if="scope.row.idNumber === 'Y'"
v-if="scope.row.idNumber != 'Y'"
type="primary"
size="mini"
@click="handleDispose(scope.row)"
......@@ -98,7 +98,7 @@
<!-- 处置弹窗 -->
<el-dialog
:title="'处置报警 - ' + disposeForm.realName"
title="处置报警"
:visible.sync="disposeDialogVisible"
width="500px"
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment