Browse Source

SBBJ-862新增设备巡检点检项配置明细内容显示不正确

master
zhaoyiran 1 month ago
parent
commit
2e62e43288
  1. 22
      src/views/eam/basic/deviceInspectionConfig/deviceInspectionConfig.data.ts
  2. 21
      src/views/eam/basic/moldInspectionConfig/moldInspectionConfig.data.ts

22
src/views/eam/basic/deviceInspectionConfig/deviceInspectionConfig.data.ts

@ -181,6 +181,10 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive<CrudSchema[]>([
componentProps: { componentProps: {
disabled: true, disabled: true,
} }
},
tableForm: {
type:'Select',
disabled:true,
} }
}, },
{ {
@ -197,6 +201,10 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive<CrudSchema[]>([
disabled: true disabled: true
} }
}, },
tableForm: {
type:'Select',
disabled:true,
}
}, },
{ {
@ -204,8 +212,10 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive<CrudSchema[]>([
field: 'equipmentParts', field: 'equipmentParts',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: true,
tableForm: {
disabled:true,
}
}, },
{ {
label: '记录是否必填', label: '记录是否必填',
field: 'numberNeedSwitch', field: 'numberNeedSwitch',
@ -217,6 +227,9 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive<CrudSchema[]>([
form: { form: {
component: 'Switch', component: 'Switch',
value: false, value: false,
},
tableForm: {
disabled:true,
} }
}, },
@ -231,6 +244,9 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive<CrudSchema[]>([
form: { form: {
component: 'Switch', component: 'Switch',
value: false, value: false,
},
tableForm: {
disabled:true,
} }
}, },
{ {
@ -242,11 +258,15 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 170 width: 170
}, },
tableForm: {
disabled:true,
},
}, },
{ {
label: '操作', label: '操作',
field: 'action', field: 'action',
isForm: false, isForm: false,
isTableForm: false,
table: { table: {
width: 150, width: 150,
fixed: 'right' fixed: 'right'

21
src/views/eam/basic/moldInspectionConfig/moldInspectionConfig.data.ts

@ -181,6 +181,10 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive<CrudSchema[]>([
componentProps: { componentProps: {
disabled: true, disabled: true,
} }
},
tableForm: {
type:'Select',
disabled:true,
} }
}, },
{ {
@ -197,6 +201,10 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive<CrudSchema[]>([
disabled: true disabled: true
} }
}, },
tableForm: {
type:'Select',
disabled:true,
}
}, },
{ {
@ -204,6 +212,9 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive<CrudSchema[]>([
field: 'equipmentParts', field: 'equipmentParts',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: true,
tableForm: {
disabled:true,
}
}, },
{ {
@ -217,6 +228,9 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive<CrudSchema[]>([
form: { form: {
component: 'Switch', component: 'Switch',
value: false, value: false,
},
tableForm: {
disabled:true,
} }
}, },
@ -231,6 +245,9 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive<CrudSchema[]>([
form: { form: {
component: 'Switch', component: 'Switch',
value: false, value: false,
},
tableForm: {
disabled:true,
} }
}, },
{ {
@ -242,11 +259,15 @@ export const DeviceInspectionTwo = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 170 width: 170
}, },
tableForm: {
disabled:true,
}
}, },
{ {
label: '操作', label: '操作',
field: 'action', field: 'action',
isForm: false, isForm: false,
isTableForm: false,
table: { table: {
width: 150, width: 150,
fixed: 'right' fixed: 'right'

Loading…
Cancel
Save