diff --git a/src/pages/plan/key/list.js b/src/pages/plan/key/list.js index 94fa46be..35d50e0a 100644 --- a/src/pages/plan/key/list.js +++ b/src/pages/plan/key/list.js @@ -20,7 +20,15 @@ const Column = [ className: 'name', type: "normal", width:'200px' - }, { + }, + { + title: '批次名称', + name: 'batch_name', + prop:'batch_name', + type: "normal", + width:'100px' + }, + { title: '启用', prop:'switch', name: 'switch',