From 1a67732f77de8afd138b6e75235edcc4c0e9a166 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 16 一月 2020 23:29:57 +0800 Subject: [PATCH] 2020-01-16 --- src/templates/subtableconfig/actionform/index.jsx | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/src/templates/subtableconfig/actionform/index.jsx b/src/templates/subtableconfig/actionform/index.jsx index 71162c6..767f8bd 100644 --- a/src/templates/subtableconfig/actionform/index.jsx +++ b/src/templates/subtableconfig/actionform/index.jsx @@ -127,6 +127,28 @@ if (!initTab) { item.initVal = '' } + } else if (item.key === 'OpenType') { + item.options = [ + { + value: 'pop', + text: this.props.dict['header.form.popform'] + }, { + value: 'prompt', + text: this.props.dict['header.form.prompt'] + }, { + value: 'exec', + text: this.props.dict['header.form.exec'] + }, { + value: 'excelIn', + text: this.props.dict['header.form.excelIn'] + }, { + value: 'excelOut', + text: this.props.dict['header.form.excelOut'] + }, { + value: 'popview', + text: this.props.dict['header.form.popview'] + } + ] } item.hidden = !_options.includes(item.key) return item -- Gitblit v1.8.0