From f59a500d24291d7f54b71dcca939a2a23dedca7c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 18 六月 2020 17:52:03 +0800 Subject: [PATCH] 2020-06-18 --- src/templates/comtableconfig/source.jsx | 21 ++------------------- 1 files changed, 2 insertions(+), 19 deletions(-) diff --git a/src/templates/comtableconfig/source.jsx b/src/templates/comtableconfig/source.jsx index 036bdbf..daf9aff 100644 --- a/src/templates/comtableconfig/source.jsx +++ b/src/templates/comtableconfig/source.jsx @@ -6,6 +6,7 @@ class CommonTableBaseData { baseConfig = { + version: '1.0', type: 'system', Template: 'CommonTable', enabled: false, @@ -304,20 +305,8 @@ }, { type: 'action', - label: CommonDict['header.form.blank'], - subType: 'blank', - url: '' - }, - { - type: 'action', - label: CommonDict['header.form.newpage.inner'], + label: CommonDict['header.form.newpage'], subType: 'innerpage', - url: '' - }, - { - type: 'action', - label: CommonDict['header.form.newpage.outer'], - subType: 'outerpage', url: '' }, { @@ -357,12 +346,6 @@ type: 'columns', label: CommonDict['header.form.colspan'], subType: 'colspan', - url: '' - }, - { - type: 'columns', - label: '瀵规瘮鍒�', - subType: CommonDict['header.form.contrastCol'], url: '' } ] -- Gitblit v1.8.0