服务指令:类别、类型动态图片改成8张

This commit is contained in:
曹磊 2025-10-13 10:14:31 +08:00
parent 0d0c83f96e
commit 22624a4ded
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
</a-col>
<a-col :span="24" v-show="formData.netFlag=='1'">
<a-form-item label="图片" v-bind="validateInfos.animationPath" id="ConfigServiceCategoryForm-animationPath" name="animationPath">
<JImageUploadToOpe :toOpe="true" :bizPath="'category'" :fileMax="7" v-model:value="formData.animationPath"></JImageUploadToOpe>
<JImageUploadToOpe :toOpe="true" :bizPath="'category'" :fileMax="8" v-model:value="formData.animationPath"></JImageUploadToOpe>
</a-form-item>
</a-col>
</a-row>