From 05348fd81a379835782ea43c1505eebad1362340 Mon Sep 17 00:00:00 2001 From: newpanjing Date: Mon, 3 Jun 2019 16:35:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=95=99=E4=BA=86=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E5=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simpleui/templates/admin/actions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleui/templates/admin/actions.html b/simpleui/templates/admin/actions.html index 93aff37a..133dbdd7 100644 --- a/simpleui/templates/admin/actions.html +++ b/simpleui/templates/admin/actions.html @@ -33,7 +33,7 @@ {{ field.1 }} {% else %} {{ field.1 }}111 + :type="customButton.{{ field.0 }}.type" data-name="{{ field.0 }}">{{ field.1 }} {% endif %} {% endif %} From c4f971202309b321ecb155b9a8b32899e7dfb194 Mon Sep 17 00:00:00 2001 From: newpanjing Date: Mon, 3 Jun 2019 16:36:32 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AAbug?= =?UTF-8?q?=EF=BC=8C=E4=B8=B4=E6=97=B6=E5=8F=91=E5=B8=832.1.2.0603?= =?UTF-8?q?=E4=BF=AE=E8=AE=A2=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simpleui/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleui/__init__.py b/simpleui/__init__.py index 00b0244c..8aa01a87 100644 --- a/simpleui/__init__.py +++ b/simpleui/__init__.py @@ -1,2 +1,2 @@ def get_version(): - return '2.1.2' + return '2.1.2.0603'