From e47f5f999cb20283ad99c00c5e771d44501cf3c9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 十二月 2019 17:47:26 +0800 Subject: [PATCH] 2019-12-26 --- src/templates/subtableconfig/index.jsx | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/src/templates/subtableconfig/index.jsx b/src/templates/subtableconfig/index.jsx index 6b3e29e..051935b 100644 --- a/src/templates/subtableconfig/index.jsx +++ b/src/templates/subtableconfig/index.jsx @@ -613,6 +613,42 @@ }, { type: 'select', + key: 'errorTip', + label: this.state.dict['header.form.messageTip'], + initVal: card.errorTip || 'E', + tooltip: '璇ラ�夐」涓烘彁绀烘晥鏋滃睍绀猴紝閫夋嫨鎻愮ず绫诲瀷鍚庯紝鍙偣鍑绘寜閽煡鐪嬶紝鑷畾涔夊嚱鏁颁腑璁剧疆 ErrCode 涓猴紙S銆�-1銆丒銆丯銆丗銆丯M锛夋椂锛屼細浠ュ搴旀柟寮忓睍绀烘彁绀轰俊鎭��', + tooltipClass: 'middle', + required: false, + options: [{ + MenuID: 'S', + text: 'S(鎻愰啋妗�-0)' + }, { + MenuID: '-1', + text: '-1(涓嶆彁绀�)' + }, { + MenuID: 'N', + text: 'N(鎻愰啋妗�-1)' + }, { + MenuID: 'F', + text: 'F(鎻愰啋妗�-2)' + }, { + MenuID: 'E', + text: 'E(纭妗�)' + }, { + MenuID: 'NM', + text: 'NM(椤堕儴鎻愮ず)' + }] + }, + { + type: 'number', + key: 'errorTime', + label: this.state.dict['header.form.errorTime'], + initVal: card.errorTime || 15, + tooltip: '鎵ц缁撴灉涓缃� ErrCode 涓� N 鎴� F 鏃舵湁鏁�', + required: false + }, + { + type: 'select', key: 'icon', label: this.state.dict['header.form.icon'], initVal: card.icon, -- Gitblit v1.8.0