This commit is contained in:
yanran200730
2022-01-06 17:43:22 +08:00
parent c3eb1db619
commit 74c4e9613b
2 changed files with 2 additions and 1 deletions

View File

@@ -80,6 +80,7 @@
{prop: 'girdName', label: '所属网格', align: 'center'},
{prop: 'name', label: '上报居民', align: 'center'},
{prop: 'phone', label: '联系方式', align: 'center'},
{ prop: 'eventStatus', label: '处理状态', align: 'center', formart: v => this.dict.getLabel('clapEventStatus', v) },
// {prop: 'handleUserName', label: '处理时长', align: 'center'},
{slot: 'options'}
]

View File

@@ -29,7 +29,7 @@
</ai-card>
<ai-card title="意见征集" v-if="info.type === '0'" v-show="currIndex === 1">
<template #right>
<el-button type="primary" size="small" v-if="user.info.id === info.createUserId" @click="isShowAdd = true">发表意见</el-button>
<el-button type="primary" size="small" v-if="user.info.id === info.createUserId && info.status === '0' " @click="isShowAdd = true">发表意见</el-button>
</template>
<template #content>
<ai-table