|
@@ -2,13 +2,7 @@
|
|
|
<div>
|
|
|
<el-dialog title="事件定位" :visible.sync="eventLocationVisible" v-if="eventLocationVisible" width="80%">
|
|
|
<div style="position:absolute; right: 0;top:60px; width:40%;">
|
|
|
- <el-steps :space="200" :active=zt finish-status="success">
|
|
|
- <el-step title="待处理"></el-step>
|
|
|
- <el-step title="处理中"></el-step>
|
|
|
- <el-step title="支援"></el-step>
|
|
|
- <el-step title="已办结"></el-step>
|
|
|
- <el-step title="已归档"></el-step>
|
|
|
- </el-steps>
|
|
|
+
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
</div>
|