File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 5
5
<script >
6
6
import loadTinymce from ' @/utils/loadTinymce'
7
7
import { plugins , toolbar } from ' ./config'
8
- // eslint-disable-next-line import/no-extraneous-dependencies
9
8
import { debounce } from ' throttle-debounce'
10
9
11
10
let num = 1
Original file line number Diff line number Diff line change 474
474
<el-form-item v-if =" activeData.__config__.tag === 'el-input-number'" label =" 严格步数" >
475
475
<el-switch v-model =" activeData['step-strictly']" />
476
476
</el-form-item >
477
+ <el-form-item v-if =" activeData.__config__.tag === 'el-cascader'" label =" 任选层级" >
478
+ <el-switch v-model =" activeData.props.props.checkStrictly" />
479
+ </el-form-item >
477
480
<el-form-item v-if =" activeData.__config__.tag === 'el-cascader'" label =" 是否多选" >
478
481
<el-switch v-model =" activeData.props.props.multiple" />
479
482
</el-form-item >
You can’t perform that action at this time.
0 commit comments