|
@@ -162,7 +162,7 @@
|
|
|
</center>
|
|
|
</el-footer>
|
|
|
<el-drawer title="事件详情" :visible.sync="detail_popup" ref="drawer" :with-header="false" :width="'500px'" direction="rtl">
|
|
|
- <div class="drawer_title">事件详情</div>
|
|
|
+ <div class="drawer_title">事件详情 <el-tag v-if="detail_info && detail_info.has_appeal">已申诉</el-tag> </div>
|
|
|
<div class="detail_popup" v-loading="detail_loading" v-if="detail_info !== null">
|
|
|
<el-row style="padding-bottom:10px;border-bottom:1px #f8f8f8 solid;">
|
|
|
<el-col :span="24">
|
|
@@ -1094,7 +1094,6 @@ export default {
|
|
|
return data;
|
|
|
},
|
|
|
open_detail(item) {
|
|
|
- console.log(item)
|
|
|
let self = this;
|
|
|
self.detail_popup = true;
|
|
|
let data = {
|