Skip to content

Commit

Permalink
feat: 任选层级
Browse files Browse the repository at this point in the history
  • Loading branch information
JakHuang committed Aug 16, 2020
1 parent eb7aecf commit 120d272
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/tinymce/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<script>
import loadTinymce from '@/utils/loadTinymce'
import { plugins, toolbar } from './config'
// eslint-disable-next-line import/no-extraneous-dependencies
import { debounce } from 'throttle-debounce'
let num = 1
Expand Down
3 changes: 3 additions & 0 deletions src/views/index/RightPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,9 @@
<el-form-item v-if="activeData.__config__.tag === 'el-input-number'" label="严格步数">
<el-switch v-model="activeData['step-strictly']" />
</el-form-item>
<el-form-item v-if="activeData.__config__.tag === 'el-cascader'" label="任选层级">
<el-switch v-model="activeData.props.props.checkStrictly" />
</el-form-item>
<el-form-item v-if="activeData.__config__.tag === 'el-cascader'" label="是否多选">
<el-switch v-model="activeData.props.props.multiple" />
</el-form-item>
Expand Down

0 comments on commit 120d272

Please sign in to comment.