增加模块类型
This commit is contained in:
@@ -71,7 +71,9 @@
|
||||
<el-form-item label="主图:" prop="banner">
|
||||
<upload-img v-model="form.banner" :images="form.banner" />
|
||||
</el-form-item>
|
||||
<template v-if="moduleType !== 1 && moduleType !== 3">
|
||||
<template
|
||||
v-if="moduleType !== 1 && moduleType !== 3 && moduleType !== 7"
|
||||
>
|
||||
<el-form-item label="副图:" v-if="moduleType !== 6">
|
||||
<upload-img
|
||||
v-model="form.otherImg"
|
||||
|
||||
Reference in New Issue
Block a user