Update list.js

This commit is contained in:
姜棚 2021-11-28 15:50:50 +08:00
parent c014315ade
commit 4d2ca74c56
1 changed files with 9 additions and 1 deletions

View File

@ -20,7 +20,15 @@ const Column = [
className: 'name', className: 'name',
type: "normal", type: "normal",
width:'200px' width:'200px'
}, { },
{
title: '批次名称',
name: 'batch_name',
prop:'batch_name',
type: "normal",
width:'100px'
},
{
title: '启用', title: '启用',
prop:'switch', prop:'switch',
name: 'switch', name: 'switch',