优化
This commit is contained in:
@@ -81,12 +81,14 @@ const columns: ColumnItem[] = reactive([
|
||||
{
|
||||
label: '灯光等级',
|
||||
field: 'lightLevel',
|
||||
type: 'select',
|
||||
span: 24,
|
||||
type: 'input-number',
|
||||
props: {
|
||||
options: light_level,
|
||||
allowClear: true,
|
||||
mode: 'button',
|
||||
min: 1,
|
||||
max: 300,
|
||||
step: 1,
|
||||
},
|
||||
span: 24,
|
||||
},
|
||||
{
|
||||
label: '物料流程编码',
|
||||
|
||||
Reference in New Issue
Block a user