21
This commit is contained in:
parent
ebb040b96c
commit
c77f2cfeaa
|
|
@ -82,7 +82,8 @@
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<!-- 开关配置 -->
|
<!-- 开关配置 - 当有任何开关需要显示时才显示此区块 -->
|
||||||
|
<template v-if="fieldConfig.showShouZhe || fieldConfig.showShowIs || fieldConfig.showCoupon || fieldConfig.showIntegral">
|
||||||
<el-divider content-position="left">开关配置</el-divider>
|
<el-divider content-position="left">开关配置</el-divider>
|
||||||
|
|
||||||
<el-row :gutter="20">
|
<el-row :gutter="20">
|
||||||
|
|
@ -118,6 +119,7 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
</template>
|
||||||
|
|
||||||
<!-- 套数/库存配置(一番赏/幸运赏/福袋/盲盒) -->
|
<!-- 套数/库存配置(一番赏/幸运赏/福袋/盲盒) -->
|
||||||
<template v-if="fieldConfig.showStock">
|
<template v-if="fieldConfig.showStock">
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,8 @@
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<!-- 开关配置 -->
|
<!-- 开关配置 - 当有任何开关需要显示时才显示此区块 -->
|
||||||
|
<template v-if="fieldConfig.showShouZhe || fieldConfig.showShowIs || fieldConfig.showCoupon || fieldConfig.showIntegral">
|
||||||
<el-divider content-position="left">开关配置</el-divider>
|
<el-divider content-position="left">开关配置</el-divider>
|
||||||
|
|
||||||
<el-row :gutter="20">
|
<el-row :gutter="20">
|
||||||
|
|
@ -123,6 +124,7 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
</template>
|
||||||
|
|
||||||
<!-- 套数/库存配置(一番赏/幸运赏/福袋/盲盒) -->
|
<!-- 套数/库存配置(一番赏/幸运赏/福袋/盲盒) -->
|
||||||
<template v-if="fieldConfig.showStock">
|
<template v-if="fieldConfig.showStock">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user