|
|
@ -64,6 +64,7 @@ export const ClassType = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '维修工角色', |
|
|
|
field: 'workerRoleId', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
sort: 'custom', |
|
|
|
isForm: false, |
|
|
|
formatter: (_: Recordable, __: TableColumn, cellValue: number) => { |
|
|
@ -73,6 +74,7 @@ export const ClassType = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '维修工角色', |
|
|
|
field: 'workerRoleName', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
sort: 'custom', |
|
|
|
form: { |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
@ -99,6 +101,7 @@ export const ClassType = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '工程师角色', |
|
|
|
field: 'engineerRoleId', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
sort: 'custom', |
|
|
|
isForm: false, |
|
|
|
formatter: (_: Recordable, __: TableColumn, cellValue: number) => { |
|
|
@ -108,6 +111,7 @@ export const ClassType = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '工程师角色', |
|
|
|
field: 'engineerRoleName', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
sort: 'custom', |
|
|
|
form: { |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
@ -150,6 +154,7 @@ export const ClassType = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '所属厂区', |
|
|
|
field: 'factoryAreaNumber', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
isSearch: true, |
|
|
|
sort: 'custom', |
|
|
|
isForm: false, |
|
|
@ -173,6 +178,7 @@ export const ClassType = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '所属厂区', |
|
|
|
field: 'factoryAreaName', |
|
|
|
hiddenSearchHigh: true, |
|
|
|
isSearch: false, |
|
|
|
sort: 'custom', |
|
|
|
form: { |
|
|
|