25615
This commit is contained in:
@@ -6,12 +6,6 @@
|
|||||||
</template>
|
</template>
|
||||||
<template slot="content" v-if="!isEdit">
|
<template slot="content" v-if="!isEdit">
|
||||||
<ai-card title="商品信息">
|
<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>
|
<template #content>
|
||||||
<div class="form_div">
|
<div class="form_div">
|
||||||
<el-form
|
<el-form
|
||||||
@@ -106,9 +100,6 @@
|
|||||||
</template>
|
</template>
|
||||||
<template slot="content" v-if="isEdit">
|
<template slot="content" v-if="isEdit">
|
||||||
<ai-card title="商品信息">
|
<ai-card title="商品信息">
|
||||||
<template #right>
|
|
||||||
<span class="iconfont iconEdit" v-if="showEdit && isEdit && $permissions('app_appvillagerintegralmerchandise_edit')" @click="edit">修改</span>
|
|
||||||
</template>
|
|
||||||
<template #content>
|
<template #content>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<ai-wrapper label-width="70px" :columnsNumber="1">
|
<ai-wrapper label-width="70px" :columnsNumber="1">
|
||||||
|
|||||||
Reference in New Issue
Block a user