This commit is contained in:
yanran200730
2021-12-22 16:37:08 +08:00
parent def00addab
commit 9a7399c2b9

View File

@@ -6,12 +6,6 @@
</template>
<template slot="content" v-if="!isEdit">
<ai-card title="商品信息">
<template #right>
<div>
<span class="Edit" v-if="!isEdit" @click="searchDetail(info.id), (isEdit = true)">取消</span>
<span class="Edit" v-if="!isEdit" @click="save('rules', 'detail')">保存</span>
</div>
</template>
<template #content>
<div class="form_div">
<el-form
@@ -106,9 +100,6 @@
</template>
<template slot="content" v-if="isEdit">
<ai-card title="商品信息">
<template #right>
<span class="iconfont iconEdit" v-if="showEdit && isEdit && $permissions('app_appvillagerintegralmerchandise_edit')" @click="edit">修改</span>
</template>
<template #content>
<div class="info">
<ai-wrapper label-width="70px" :columnsNumber="1">