提交 8d935f84 编写于 作者: RedPig97's avatar RedPig97

update:更新

上级 7bde8e91
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
@editorEvent="handleEditorEvent" @editorEvent="handleEditorEvent"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event) => handleEditorEvent(index,$event)" @editorEvent="($event) => handleEditorEvent(index,$event)"
{{/if}} {{/eq}}
/> />
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
@editorEvent="handleEditorEvent" @editorEvent="handleEditorEvent"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event) => handleEditorEvent(index,$event)" @editorEvent="($event) => handleEditorEvent(index,$event)"
{{/if}} {{/eq}}
/> />
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
@editorEvent="handleEditorEvent" @editorEvent="handleEditorEvent"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event) => handleEditorEvent(index,$event)" @editorEvent="($event) => handleEditorEvent(index,$event)"
{{/if}} {{/eq}}
/> />
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
@editorEvent="handleEditorEvent" @editorEvent="handleEditorEvent"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event) => handleEditorEvent(index,$event)" @editorEvent="($event) => handleEditorEvent(index,$event)"
{{/if}} {{/eq}}
/> />
\ No newline at end of file
...@@ -51,8 +51,8 @@ ...@@ -51,8 +51,8 @@
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
@editorEvent="handleEditorEvent" @editorEvent="handleEditorEvent"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event) => handleEditorEvent(index,$event)" @editorEvent="($event) => handleEditorEvent(index,$event)"
{{/if}} {{/eq}}
/> />
\ No newline at end of file
...@@ -49,8 +49,8 @@ ...@@ -49,8 +49,8 @@
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
@editorEvent="handleEditorEvent" @editorEvent="handleEditorEvent"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event) => handleEditorEvent(index,$event)" @editorEvent="($event) => handleEditorEvent(index,$event)"
{{/if}} {{/eq}}
/> />
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
@editorEvent="handleEditorEvent" @editorEvent="handleEditorEvent"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event) => handleEditorEvent(index,$event)" @editorEvent="($event) => handleEditorEvent(index,$event)"
{{/if}} {{/eq}}
/> />
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
@editorEvent="handleEditorEvent" @editorEvent="handleEditorEvent"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event) => handleEditorEvent(index,$event)" @editorEvent="($event) => handleEditorEvent(index,$event)"
{{/if}} {{/eq}}
/> />
...@@ -40,9 +40,9 @@ ...@@ -40,9 +40,9 @@
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
@editorEvent="handleEditorEvent" @editorEvent="handleEditorEvent"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event) => handleEditorEvent(index,$event)" @editorEvent="($event) => handleEditorEvent(index,$event)"
{{/if}} {{/eq}}
/> />
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
@editorEvent="handleEditorEvent" @editorEvent="handleEditorEvent"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event) => handleEditorEvent(index,$event)" @editorEvent="($event) => handleEditorEvent(index,$event)"
{{/if}} {{/eq}}
/> />
\ No newline at end of file
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
@editorEvent="handleEditorEvent" @editorEvent="handleEditorEvent"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event) => handleEditorEvent(index,$event)" @editorEvent="($event) => handleEditorEvent(index,$event)"
{{/if}} {{/eq}}
/> />
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
@editorEvent="handleEditorEvent" @editorEvent="handleEditorEvent"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event) => handleEditorEvent(index,$event)" @editorEvent="($event) => handleEditorEvent(index,$event)"
{{/if}} {{/eq}}
/> />
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
@editorEvent="handleEditorEvent" @editorEvent="handleEditorEvent"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event) => handleEditorEvent(index,$event)" @editorEvent="($event) => handleEditorEvent(index,$event)"
{{/if}} {{/eq}}
/> />
...@@ -25,9 +25,8 @@ ...@@ -25,9 +25,8 @@
{{#if (or (eq ctrlType 'form') (eq ctrlType 'panel'))}} {{#if (or (eq ctrlType 'form') (eq ctrlType 'panel'))}}
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
{{/if}} {{/eq}}
/>
:contextProp="state.context" :contextProp="state.context"
:viewParamsProp="state.viewParams"/> :viewParamsProp="state.viewParams"/>
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
@editorEvent="handleEditorEvent" @editorEvent="handleEditorEvent"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event) => handleEditorEvent(index,$event)" @editorEvent="($event) => handleEditorEvent(index,$event)"
{{/if}} {{/eq}}
/> />
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
@editorEvent="handleEditorEvent" @editorEvent="handleEditorEvent"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event) => handleEditorEvent(index,$event)" @editorEvent="($event) => handleEditorEvent(index,$event)"
{{/if}} {{/eq}}
/> />
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
:value="state.data.{{item.psEditor.name}}" :value="state.data.{{item.psEditor.name}}"
@editorEvent="handleEditorEvent" @editorEvent="handleEditorEvent"
{{/if}} {{/if}}
{{#if ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event) => handleEditorEvent(index,$event)" @editorEvent="($event) => handleEditorEvent(index,$event)"
{{/if}} {{/eq}}
/> />
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册