mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-embeded.git
synced 2025-06-24 05:24:12 +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 { FormSchema } from '@/components/Table';
|
||||
|
||||
import * as DeviceApi from '@/api/data/deviceApi'
|
||||
|
||||
|
||||
|
||||
@ -59,9 +59,15 @@ export const schema = {
|
||||
componentProps: {
|
||||
allowClear: true,
|
||||
placeholder: '设备序列号',
|
||||
labelInValue: false,
|
||||
api: DeviceApi.all,
|
||||
params: {},
|
||||
resultField: 'result',
|
||||
labelField: 'name',
|
||||
valueField: 'deviceSn',
|
||||
},
|
||||
colProps,
|
||||
component: 'Input',
|
||||
component: 'ApiSelect',
|
||||
},
|
||||
table: {
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user