25615
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user