diff --git a/src/views/tool/draggable/elements/hw-form.vue b/src/views/tool/draggable/elements/hw-form.vue index b938f3e..5591207 100644 --- a/src/views/tool/draggable/elements/hw-form.vue +++ b/src/views/tool/draggable/elements/hw-form.vue @@ -1,5 +1,6 @@ + + + + diff --git a/src/views/tool/draggable/elements/hw-input.vue b/src/views/tool/draggable/elements/hw-input.vue index 901e7fe..b924ff9 100644 --- a/src/views/tool/draggable/elements/hw-input.vue +++ b/src/views/tool/draggable/elements/hw-input.vue @@ -3,7 +3,8 @@ :style="`background-color: ${(selectUuid === options.uuid) ? '#0001':'#0000'};border-color: ${(selectUuid === options.uuid) ? '#00afff':'#0000'}`"> - + diff --git a/src/views/tool/draggable/index.vue b/src/views/tool/draggable/index.vue index 184afd2..0bf9ee4 100644 --- a/src/views/tool/draggable/index.vue +++ b/src/views/tool/draggable/index.vue @@ -138,7 +138,13 @@ const dragList = [ name: '多行文本', id: 3 }, - { type: 'hw-input-number', isContainer: false, options: { name: '计数器', step: 2 }, name: '计数器', id: 4 }, + { + type: 'hw-input-number', + isContainer: false, + options: { name: '计数器', step: 1, disabled: false, min: -Infinity, max: Infinity, controlsPosition: false }, + name: '计数器', + id: 4 + }, { type: 'hw-radio-group', isContainer: false, options: { name: '单选框组', items: [{ value: '1', label: '1' }, { value: '1', label: '1' }] }, @@ -162,9 +168,11 @@ const dragViewList = [ } ], dataKey: '', + isOperate: true, updateFunction: '', + addFunction: '', deleteFunction: '', - isOperate: true + delField: '' }, name: '表格', id: 101 diff --git a/src/views/tool/draggable/nest.vue b/src/views/tool/draggable/nest.vue index 9cee513..16459ff 100644 --- a/src/views/tool/draggable/nest.vue +++ b/src/views/tool/draggable/nest.vue @@ -1,5 +1,6 @@ + + + + diff --git a/src/views/tool/draggable/option/optionForm.vue b/src/views/tool/draggable/option/optionForm.vue index d56fc60..07789f8 100644 --- a/src/views/tool/draggable/option/optionForm.vue +++ b/src/views/tool/draggable/option/optionForm.vue @@ -1,6 +1,7 @@