This commit is contained in:
shijingjing
2022-04-12 18:12:45 +08:00
parent c71a44d7f1
commit b3b85f65fd
8 changed files with 13 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
<template slot="content">
<ai-card title="基本信息">
<template #right v-if="params.id">
<span style="color:#2266FF;margin-left: 16px;cursor: pointer;font-size: 12px;" v-if="isEdit==true" @click="isEdit=false">取消</span>
<span style="color:#2266FF;margin-left: 16px;cursor: pointer;font-size: 12px;" v-if="isEdit==true" @click="getDetail(),isEdit=false">取消</span>
<span style="color:#2266FF;margin-left: 16px;cursor: pointer;font-size: 12px;" v-if="isEdit==true" @click="confirm()">保存</span>
</template>
<template #content>