From fc6920985f8177f153e376fe7669c272d6b3d184 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 21 二月 2020 22:02:56 +0800 Subject: [PATCH] 2020-02-21 --- src/templates/formtabconfig/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/formtabconfig/index.jsx b/src/templates/formtabconfig/index.jsx index ec9ca6c..1d89f85 100644 --- a/src/templates/formtabconfig/index.jsx +++ b/src/templates/formtabconfig/index.jsx @@ -1232,7 +1232,7 @@ subtype: 'btn', uuid: item.uuid, label: item.label, - tablename: item.sql || '', + tableName: item.sql || '', intertype: item.intertype, interface: item.interface || '', innerFunc: item.innerFunc || '', -- Gitblit v1.8.0