26416
This commit is contained in:
@@ -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'}
|
||||
]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user