From 28d65cf7ebfe0dd30ade6973e0634e1c8f663b63 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 28 十月 2020 16:12:20 +0800 Subject: [PATCH] 2020-10-28 --- src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx | 56 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx b/src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx index 33eaeb7..ccbb363 100644 --- a/src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx +++ b/src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx @@ -45,34 +45,34 @@ initVal: this.props.card.Width, required: true }, - { - type: 'select', - key: 'style', - label: this.props.dict['model.form.style'], - initVal: this.props.card.style, - required: true, - options: [{ - MenuID: 'button', - text: this.props.dict['header.form.button'] - }, { - MenuID: 'text', - text: this.props.dict['model.form.href'] - }] - }, - { - type: 'select', - key: 'show', - label: this.props.dict['header.form.order'], - initVal: this.props.card.show, - required: true, - options: [{ - MenuID: 'horizontal', - text: this.props.dict['header.form.horizontal'] - }, { - MenuID: 'vertical', - text: this.props.dict['header.form.vertical'] - }] - } + // { + // type: 'select', + // key: 'style', + // label: this.props.dict['model.form.style'], + // initVal: this.props.card.style, + // required: true, + // options: [{ + // MenuID: 'button', + // text: this.props.dict['header.form.button'] + // }, { + // MenuID: 'text', + // text: this.props.dict['model.form.href'] + // }] + // }, + // { + // type: 'select', + // key: 'show', + // label: this.props.dict['header.form.order'], + // initVal: this.props.card.show, + // required: true, + // options: [{ + // MenuID: 'horizontal', + // text: this.props.dict['header.form.horizontal'] + // }, { + // MenuID: 'vertical', + // text: this.props.dict['header.form.vertical'] + // }] + // } ] } -- Gitblit v1.8.0