提交 ffffd796 编写于 作者: Mosher's avatar Mosher

update:空格调整

上级 7909745b
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
{{#if item.psEditor.psAppCodeList}} {{#if item.psEditor.psAppCodeList}}
codeListTag="{{item.psEditor.psAppCodeList.codeListTag}}" codeListTag="{{item.psEditor.psAppCodeList.codeListTag}}"
codeListType="{{item.psEditor.psAppCodeList.codeListType}}" codeListType="{{item.psEditor.psAppCodeList.codeListType}}"
{{#if item.psEditor.psAppCodeList.valueSeparator}}valueSeparator="{{item.psEditor.psAppCodeList.valueSeparator}}"{{/if}} {{#if item.psEditor.psAppCodeList.valueSeparator}}
valueSeparator="{{item.psEditor.psAppCodeList.valueSeparator}}"
{{/if}}
{{/if}} {{/if}}
{{#if item.psEditor.placeHolder}} {{#if item.psEditor.placeHolder}}
placeholder="{{item.psEditor.placeHolder}}" placeholder="{{item.psEditor.placeHolder}}"
......
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
{{#eq type "PICKEREX_TRIGGER"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}} {{#eq type "PICKEREX_TRIGGER"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}}
{{#eq type "PICKEREX_NOAC"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}} {{#eq type "PICKEREX_NOAC"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}}
{{#eq type "PICKEREX_LINK"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}} {{#eq type "PICKEREX_LINK"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}}
{{#eq type "PICKEREX_DROPDOWNVIEW"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}}
{{#eq type "PICKEREX_DROPDOWNVIEW_LINK"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}}
{{#eq type "ADDRESSPICKUP"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}} {{#eq type "ADDRESSPICKUP"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}}
{{#eq type "ADDRESSPICKUP_AC"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}} {{#eq type "ADDRESSPICKUP_AC"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}}
{{#eq type "DATEPICKEREX"}}{{> @macro/front-end/editors/date-picker.hbs}}{{/eq}} {{#eq type "DATEPICKEREX"}}{{> @macro/front-end/editors/date-picker.hbs}}{{/eq}}
......
...@@ -15,4 +15,3 @@ ...@@ -15,4 +15,3 @@
@editorEvent="onEditorEvent($event,index)" @editorEvent="onEditorEvent($event,index)"
{{/eq}} {{/eq}}
/> />
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
name="{{item.codeName}}" name="{{item.codeName}}"
:error="state.gridEditState.{{item.codeName}}?.[index]?.message" :error="state.gridEditState.{{item.codeName}}?.[index]?.message"
:rules="state.rules.{{item.codeName}}" :rules="state.rules.{{item.codeName}}"
:showLabel="false"
> >
{{#each ctrl.psDEGridEditItems as | editColumn | }} {{#each ctrl.psDEGridEditItems as | editColumn | }}
{{#if (eq editColumn.codeName item.codeName)}} {{#if (eq editColumn.codeName item.codeName)}}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册