This commit is contained in:
liuye
2023-08-25 10:21:14 +08:00
parent fc504404eb
commit a06537df58

View File

@@ -15,7 +15,7 @@
<div class="detail-content__wrapper--left"> <div class="detail-content__wrapper--left">
<ai-card title="基础信息"> <ai-card title="基础信息">
<template #right> <template #right>
<el-button type="primary" @click="editClick()" v-if="detail.eventStatus != 2 || detail.eventStatus != 3">编辑</el-button> <el-button type="primary" @click="editClick()" v-if="detail.eventStatus != 2 && detail.eventStatus != 3">编辑</el-button>
</template> </template>
<template #content> <template #content>
<ai-wrapper> <ai-wrapper>