|
@ -65,7 +65,7 @@ export const DeviceMoldItems = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
label: '设备编号', |
|
|
label: '设备编号', |
|
|
field: 'deviceNumber', |
|
|
field: 'deviceNumber', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: false, |
|
|
isSearch: true, |
|
|
form: { |
|
|
form: { |
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
componentProps: { |
|
|
componentProps: { |
|
@ -93,7 +93,7 @@ export const DeviceMoldItems = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
label: '设备名称', |
|
|
label: '设备名称', |
|
|
field: 'deviceName', |
|
|
field: 'deviceName', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: false, |
|
|
isSearch: true, |
|
|
isForm: false, |
|
|
isForm: false, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|