Browse Source

1修改重复的页面

lwx_v7
超级管理员 2 years ago
parent
commit
4e11334cf7
  1. 16
      src/components/DesignForm/formControlAttr.vue
  2. 2
      src/components/DesignForm/layoutPage/index.vue

16
src/components/DesignForm/formControlAttr.vue

@ -723,14 +723,6 @@
vIf: state.isSearch,
vShow: ['lowcodeImage']
},
{
label: '选项数据源',
value: config.transfer,
path: 'config.transfer',
type: 'transfer_options_datasource',
vIf: state.isSearch,
vShow: ['lowcodeTransfer']
},
/* {
label: '上传视频封面',
value: config.uploadvideo,
@ -739,14 +731,6 @@
vIf: state.isSearch,
vShow: ['videoUpAndPlay']
}, */
{
label: '穿梭框名',
value: config.transfer,
path: 'config.transfer',
type: 'transfer_name',
vIf: state.isSearch,
vShow: ['lowcodeTransfer']
},
{
label: '视频宽度(像素)',
value: config.uploadvideo,

2
src/components/DesignForm/layoutPage/index.vue

@ -104,7 +104,7 @@
</script>
<template>
<div class="jhk_kjh">
当前组件类别======>{{props.place}}
<el-collapse v-model="activeName" accordion>
<el-collapse-item title="边框设置" name="1">

Loading…
Cancel
Save