Browse Source

Merge branch 'dev_shequzhili'

shibei_master
jiangyy 3 years ago
parent
commit
c27f50f21e
  1. 3
      src/assets/scss/modules/shequzhili/event-info.scss
  2. 2
      src/views/modules/shequzhili/event/cpts/event-detail.vue
  3. 2
      src/views/modules/visual/communityGovern/shijianchuli/event-info.vue

3
src/assets/scss/modules/shequzhili/event-info.scss

@ -396,7 +396,8 @@
display: flex;
.detail-field {
width: 100px;
flex:0 0 100px;
text-align: justify;
text-align-last: justify;
}

2
src/views/modules/shequzhili/event/cpts/event-detail.vue

@ -79,7 +79,7 @@
</div>
</div>
<div v-if="info.operationId||!(info.status==='closed_case'&&!info.satisfactionName && user.id===info.createdUserId)"
<div v-if="info.operationId&&!(info.status==='closed_case'&&!info.satisfactionName && user.id===info.createdUserId)"
class="div-btn ">
<el-button size="small"
@click="handleCloseEvent">关闭</el-button>

2
src/views/modules/visual/communityGovern/shijianchuli/event-info.vue

@ -18,7 +18,7 @@
<span>{{ eventInfo.gridName }}</span>
</div>
<div class="info-prop">
<span>上报时间</span>
<span>发生时间</span>
<span>{{ eventInfo.happenTime }}</span>
</div>

Loading…
Cancel
Save