mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-embeded.git
synced 2025-06-24 13:34:13 +08:00
1、param json edit
This commit is contained in:
parent
0e86a393db
commit
e052f9aee6
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
import { BasicColumn } from '@/components/Table';
|
import { BasicColumn } from '@/components/Table';
|
||||||
import { FormSchema } from '@/components/Table';
|
import { FormSchema } from '@/components/Table';
|
||||||
|
import * as DeviceApi from '@/api/data/deviceApi'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -59,9 +59,15 @@ export const schema = {
|
|||||||
componentProps: {
|
componentProps: {
|
||||||
allowClear: true,
|
allowClear: true,
|
||||||
placeholder: '设备序列号',
|
placeholder: '设备序列号',
|
||||||
|
labelInValue: false,
|
||||||
|
api: DeviceApi.all,
|
||||||
|
params: {},
|
||||||
|
resultField: 'result',
|
||||||
|
labelField: 'name',
|
||||||
|
valueField: 'deviceSn',
|
||||||
},
|
},
|
||||||
colProps,
|
colProps,
|
||||||
component: 'Input',
|
component: 'ApiSelect',
|
||||||
},
|
},
|
||||||
table: {
|
table: {
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user