mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-embeded.git
synced 2025-06-24 13:34:13 +08:00
fixed
This commit is contained in:
parent
3465897824
commit
247f564cd1
@ -53,12 +53,12 @@ export const schema = {
|
||||
},
|
||||
{
|
||||
field: 'deviceSn',
|
||||
label: '设备序列号',
|
||||
label: '设备',
|
||||
defaultValue: undefined,
|
||||
form: {
|
||||
componentProps: {
|
||||
allowClear: true,
|
||||
placeholder: '设备序列号',
|
||||
placeholder: '请选择设备',
|
||||
labelInValue: false,
|
||||
api: DeviceApi.all,
|
||||
params: {},
|
||||
@ -68,6 +68,7 @@ export const schema = {
|
||||
},
|
||||
colProps,
|
||||
component: 'ApiSelect',
|
||||
rules: [{ required: true, message: '请选择设备!' }],
|
||||
},
|
||||
table: {
|
||||
},
|
||||
@ -84,6 +85,7 @@ export const schema = {
|
||||
},
|
||||
slot: 'paramJson',
|
||||
colProps: { span: 24 },
|
||||
rules: [{ required: true, message: '请输入任务参数!' }],
|
||||
},
|
||||
table: {
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user