Browse Source

图片必填

preview
jiangyy 4 years ago
parent
commit
ac363cfed2
  1. 9
      epmet-oper-web/src/views/modules/productConfig/footbar/FootbarEdit.vue

9
epmet-oper-web/src/views/modules/productConfig/footbar/FootbarEdit.vue

@ -84,7 +84,8 @@
class="function-icon"> class="function-icon">
</div> </div>
</el-form-item> </el-form-item>
<el-form-item label="图标"> <el-form-item label="图标"
prop="iconPath">
<el-upload class="item_width_1 avatar-uploader" <el-upload class="item_width_1 avatar-uploader"
:action="uploadUlr" :action="uploadUlr"
:data="{customerId:dataForm.customerId}" :data="{customerId:dataForm.customerId}"
@ -113,7 +114,8 @@
</div> </div>
</el-form-item> </el-form-item>
<el-form-item label="选中图标"> <el-form-item label="选中图标"
prop="selectedIconPath">
<el-upload class="item_width_1 avatar-uploader" <el-upload class="item_width_1 avatar-uploader"
:action="uploadUlr" :action="uploadUlr"
:data="{customerId:dataForm.customerId}" :data="{customerId:dataForm.customerId}"
@ -136,7 +138,8 @@
@click="resetSelectIcon">恢复默认</el-button> @click="resetSelectIcon">恢复默认</el-button>
</el-form-item> </el-form-item>
<el-form-item label="浮起图标"> <el-form-item label="浮起图标"
prop="floatIconPath">
<el-upload class="item_width_1 avatar-uploader" <el-upload class="item_width_1 avatar-uploader"
:action="uploadUlr" :action="uploadUlr"
:data="{customerId:dataForm.customerId}" :data="{customerId:dataForm.customerId}"

Loading…
Cancel
Save