Browse Source

Merge branch 'lwx_v8'

yjf_v2
超级管理员 1 year ago
parent
commit
8cd2ff82a6
  1. 4
      src/components/DesignForm/formControlPropertiNew.vue

4
src/components/DesignForm/formControlPropertiNew.vue

@ -956,7 +956,7 @@ const attrList = computed(() => {
isNum: true isNum: true
}, },
{ {
label: '显示类型', label: 'type',
value: control.type, value: control.type,
path: 'control.type', path: 'control.type',
vShow: ['datePicker'], vShow: ['datePicker'],
@ -974,7 +974,7 @@ const attrList = computed(() => {
} }
}, },
{ {
label: '时间格式', label: 'format',
value: control.format, value: control.format,
path: 'control.format', path: 'control.format',
vShow: ['datePicker', 'timePicker'], vShow: ['datePicker', 'timePicker'],

Loading…
Cancel
Save