提交 0ec8cff4 编写于 作者: RedPig97's avatar RedPig97

fix:修复表格报错

上级 5d184037
...@@ -44,6 +44,6 @@ ...@@ -44,6 +44,6 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
...@@ -26,6 +26,6 @@ ...@@ -26,6 +26,6 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
...@@ -12,6 +12,6 @@ ...@@ -12,6 +12,6 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
:context="state.context" :context="state.context"
:viewParams="state.viewParams"/> :viewParams="state.viewParams"/>
\ No newline at end of file
...@@ -30,6 +30,6 @@ ...@@ -30,6 +30,6 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
\ No newline at end of file
...@@ -57,6 +57,6 @@ ...@@ -57,6 +57,6 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
\ No newline at end of file
...@@ -51,6 +51,6 @@ ...@@ -51,6 +51,6 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
...@@ -33,6 +33,6 @@ ...@@ -33,6 +33,6 @@
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
:data="record" :data="record"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
...@@ -42,6 +42,6 @@ ...@@ -42,6 +42,6 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
...@@ -42,6 +42,6 @@ ...@@ -42,6 +42,6 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
...@@ -26,6 +26,6 @@ ...@@ -26,6 +26,6 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
\ No newline at end of file
...@@ -18,6 +18,6 @@ ...@@ -18,6 +18,6 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
...@@ -16,6 +16,6 @@ ...@@ -16,6 +16,6 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
...@@ -25,6 +25,6 @@ ...@@ -25,6 +25,6 @@
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
:data="record" :data="record"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
...@@ -22,6 +22,6 @@ ...@@ -22,6 +22,6 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
...@@ -24,6 +24,6 @@ ...@@ -24,6 +24,6 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
...@@ -15,6 +15,6 @@ ...@@ -15,6 +15,6 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
...@@ -35,6 +35,6 @@ ...@@ -35,6 +35,6 @@
{{/if}} {{/if}}
{{#eq ctrlType 'grid'}} {{#eq ctrlType 'grid'}}
:value="record.{{item.psEditor.name}}" :value="record.{{item.psEditor.name}}"
@editorEvent="($event: IActionParam) => onEditorEvent(index,$event)" @editorEvent="($event: any) => onEditorEvent(index,$event)"
{{/eq}} {{/eq}}
/> />
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册