Update list.js
This commit is contained in:
parent
c014315ade
commit
4d2ca74c56
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue