Browse Source

BUG修改

hella_online_20240829
parent
commit
6f4e17a140
  1. 2
      src/views/qms/inspectionRecord/inspectionRecordMain.data.ts
  2. 19
      src/views/wms/basicDataManage/itemManage/relegate/relegateRecord/relegateRecordMain.data.ts

2
src/views/qms/inspectionRecord/inspectionRecordMain.data.ts

@ -466,7 +466,7 @@ export const InspectionRecordMain = useCrudSchemas(
isForm: false, isForm: false,
isDetail: false, isDetail: false,
table: { table: {
width: 150, width: 200,
fixed: 'right' fixed: 'right'
} }
} }

19
src/views/wms/basicDataManage/itemManage/relegate/relegateRecord/relegateRecordMain.data.ts

@ -117,15 +117,6 @@ export const RelegateRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{
label: '操作',
field: 'action',
isForm: false,
table: {
width: 150,
fixed: 'right'
}
}
])) ]))
// 表单校验 // 表单校验
export const RelegateRecordDetailRules = reactive({ export const RelegateRecordDetailRules = reactive({
@ -317,14 +308,4 @@ export const RelegateRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{
label: '操作',
field: 'action',
isForm: false,
hiddenInMain:true,
table: {
width: 150,
fixed: 'right'
}
}
])) ]))

Loading…
Cancel
Save