优化
This commit is contained in:
@@ -78,6 +78,19 @@ const columns: ColumnItem[] = reactive([
|
||||
allowSearch: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
label: '物料流程编码',
|
||||
field: 'materialProcess',
|
||||
type: 'input',
|
||||
span: 24,
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
label: '批次',
|
||||
field: 'batch',
|
||||
type: 'input',
|
||||
span: 24,
|
||||
},
|
||||
{
|
||||
label: '灯光等级',
|
||||
field: 'lightLevel',
|
||||
@@ -90,13 +103,6 @@ const columns: ColumnItem[] = reactive([
|
||||
},
|
||||
span: 24,
|
||||
},
|
||||
{
|
||||
label: '物料流程编码',
|
||||
field: 'materialProcess',
|
||||
type: 'input',
|
||||
span: 24,
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
label: '物料直径',
|
||||
field: 'materialSpec',
|
||||
@@ -120,7 +126,7 @@ const columns: ColumnItem[] = reactive([
|
||||
type: 'image',
|
||||
savePath: 'material/',
|
||||
span: 24,
|
||||
// required: true,
|
||||
required: true,
|
||||
},
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user