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