Przeglądaj źródła

表单、数据模板开放批量删除功能

cfort 1 rok temu
rodzic
commit
a5e31f536f

+ 2 - 1
src/views/platform/data/dataTemplate/list.vue

@@ -187,7 +187,8 @@ export default {
                 // 工具栏
                 // 工具栏
                 toolbars: [
                 toolbars: [
                     { key: 'import' },
                     { key: 'import' },
-                    { key: 'export' }
+                    { key: 'export' },
+                    { key: 'remove', type: 'primary' }
                 ],
                 ],
 
 
                 // 表格字段配置
                 // 表格字段配置

+ 2 - 1
src/views/platform/form/formDef/list.vue

@@ -158,7 +158,8 @@ export default {
                 // 工具栏
                 // 工具栏
                 toolbars: [
                 toolbars: [
                     { key: 'import' },
                     { key: 'import' },
-                    { key: 'export' }
+                    { key: 'export' },
+                    { key: 'remove', type: 'primary' }
                 ],
                 ],
 
 
                 // 表格字段配置
                 // 表格字段配置