This commit is contained in:
zpc 2026-02-08 11:53:59 +08:00
parent ebb040b96c
commit c77f2cfeaa
2 changed files with 74 additions and 70 deletions

View File

@ -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">

View File

@ -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">