Compare commits

..

No commits in common. "a2d61df818217e2bae7362160e9cba45f47d6107" and "0d0c83f96eec826f346678e03b45146d9ca294ae" have entirely different histories.

2 changed files with 2 additions and 2 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="8" v-model:value="formData.animationPath"></JImageUploadToOpe>
<JImageUploadToOpe :toOpe="true" :bizPath="'category'" :fileMax="7" v-model:value="formData.animationPath"></JImageUploadToOpe>
</a-form-item>
</a-col>
</a-row>

View File

@ -48,7 +48,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="'type'" :fileMax="8" v-model:value="formData.animationPath"></JImageUploadToOpe>
<JImageUploadToOpe :toOpe="true" :bizPath="'type'" :fileMax="7" v-model:value="formData.animationPath"></JImageUploadToOpe>
</a-form-item>
</a-col>
</a-row>