From 46f79b491173d284a4900d19e7aecf7509481438 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 21 一月 2022 17:21:25 +0800
Subject: [PATCH] 2022-01-21

---
 src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx |   30 +-----------------------------
 1 files changed, 1 insertions(+), 29 deletions(-)

diff --git a/src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx b/src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx
index 17b5968..6d701af 100644
--- a/src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx
+++ b/src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx
@@ -44,35 +44,7 @@
         label: this.props.dict['model.form.columnWidth'],
         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']
-      //   }]
-      // }
+      }
     ]
   }
 

--
Gitblit v1.8.0