| | |
| | | </el-tree>
|
| | | </template>
|
| | |
|
| | | <template v-if="activeData.layout === 'colFormItem'">
|
| | | <template v-if="activeData.layout === 'colFormItem' && activeData.tag !== 'el-button'">
|
| | | <el-divider>正则校验</el-divider>
|
| | | <div
|
| | | v-for="(item, index) in activeData.regList"
|
| | |
| | |
|
| | | <script>
|
| | | import { isArray } from 'util'
|
| | | import draggable from 'vuedraggable'
|
| | | import TreeNodeDialog from './TreeNodeDialog'
|
| | | import { isNumberStr } from '@/utils/index'
|
| | | import IconsDialog from './IconsDialog'
|
| | |
| | |
|
| | | export default {
|
| | | components: {
|
| | | draggable,
|
| | | TreeNodeDialog,
|
| | | IconsDialog
|
| | | },
|