|
|
@ -60,7 +60,7 @@ export const ClassType = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
|
componentProps: { |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
searchListPlaceholder: '请选择单号', // 输入框占位文本
|
|
|
|
searchListPlaceholder: '请选择角色', // 输入框占位文本
|
|
|
|
searchField: 'id', // 查询弹窗赋值字段
|
|
|
|
searchTitle: '维修工角色', // 查询弹窗标题
|
|
|
|
searchAllSchemas: Role.allSchemas, // 查询弹窗所需类
|
|
|
@ -86,7 +86,7 @@ export const ClassType = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
|
componentProps: { |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
searchListPlaceholder: '请选择单号', // 输入框占位文本
|
|
|
|
searchListPlaceholder: '请选择角色', // 输入框占位文本
|
|
|
|
searchField: 'id', // 查询弹窗赋值字段
|
|
|
|
searchTitle: '工程师角色', // 查询弹窗标题
|
|
|
|
searchAllSchemas: Role.allSchemas, // 查询弹窗所需类
|
|
|
@ -121,7 +121,7 @@ export const ClassType = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '所属厂区编号', |
|
|
|
label: '所属厂区', |
|
|
|
field: 'factoryAreaNumber', |
|
|
|
isSearch: true, |
|
|
|
sort: 'custom', |
|
|
@ -141,7 +141,7 @@ export const ClassType = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
|
componentProps: { |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
searchListPlaceholder: '请选择单号', // 输入框占位文本
|
|
|
|
searchListPlaceholder: '请选择厂区', // 输入框占位文本
|
|
|
|
searchField: 'id', // 查询弹窗赋值字段
|
|
|
|
searchTitle: '厂区信息', // 查询弹窗标题
|
|
|
|
searchAllSchemas: FactoryAreaNumbers.allSchemas, // 查询弹窗所需类
|
|
|
|