Browse Source

表单,数据模板增加批量删除功能

wy 1 year ago
parent
commit
416cfbc08e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/platform/form/formDef/list.vue

+ 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'}
         ],
         ],
 
 
         // 表格字段配置
         // 表格字段配置