From 4d2ca74c56c3f8c1ac94ae8c98495e035869fbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E6=A3=9A?= <849005670@qq.com> Date: Sun, 28 Nov 2021 15:50:50 +0800 Subject: [PATCH] Update list.js --- src/pages/plan/key/list.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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',