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

@@ -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