|
|
@ -6,7 +6,7 @@ import {validateTwoNum } from '@/utils/validator' |
|
|
|
const { t } = useI18n() // 国际化
|
|
|
|
|
|
|
|
/** |
|
|
|
* @returns {Array} 备件申请主表 |
|
|
|
* @returns {Array} 检验任务主表 |
|
|
|
*/ |
|
|
|
export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
@ -16,7 +16,8 @@ export const InspectionRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isSearch: true, |
|
|
|
isForm:false, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
width: 150, |
|
|
|
fixed: 'left' |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
@ -404,7 +405,7 @@ export const InspectionRecordMainRules = reactive({ |
|
|
|
}) |
|
|
|
|
|
|
|
/** |
|
|
|
* @returns {Array} 备件申请子表 |
|
|
|
* @returns {Array} 检验任务子表 |
|
|
|
*/ |
|
|
|
export const InspectionRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|