commonsEmit(e, i)"
:disabled="i.disabled ? i.disabled : false"
:format="i.format ? i.format : dateFormatInit(i.itemType)"
:value-format="i.format ? i.format : dateFormatInit(i.itemType)" :style="i.style" />
{{ j.name || j.label }}
commonsEmit(e, i)"
:readonly="i.readonly ? i.readonly : false"
:disabled="i.disabled ? i.disabled : false">
{{ j.name || j.label }}
commonsEmit(e, i)"
:disabled="i.disabled ? i.disabled : false"
:min="i.min ? i.min : 0"
:max="i.max ? i.max : 9999999999"
:step="i.step ? i.step : 1"
:precision="i.precision !== '' ? i.precision : 2"
:controls="i.controls === false ? false : true"
:style="i.style"
onmousewheel="return false;">
commonsEmit(e, i)"
:disabled="i.disabled ? i.disabled : false"
:style="i.style">
{{ i.slotName }}插槽占位符
formTableChange(e, scope, j)"
v-model="scope.row[j.prop]"
:is="formTableObj[j.type]"
:placeholder="j.placeholder || $t('common.pleaseEnter')"
:type="j.type == 'number' ? 'number' : 'text'">