|
|
@ -62,7 +62,7 @@ export const InspectionSchemeMain = useCrudSchemas( |
|
|
|
}, |
|
|
|
isSearch: true |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
label: '方案描述', |
|
|
|
field: 'description', |
|
|
@ -98,7 +98,7 @@ export const InspectionSchemeMain = useCrudSchemas( |
|
|
|
width: 175 |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
label: '动态修改规则', |
|
|
|
field: 'dynamicUpdateCode', |
|
|
@ -115,7 +115,7 @@ export const InspectionSchemeMain = useCrudSchemas( |
|
|
|
width: 140 |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
label: '生效时间', |
|
|
|
field: 'effectiveDate', |
|
|
@ -210,7 +210,7 @@ export const InspectionSchemeMain = useCrudSchemas( |
|
|
|
type: 'daterange', |
|
|
|
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] |
|
|
|
} |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '创建者', |
|
|
@ -227,7 +227,7 @@ export const InspectionSchemeMain = useCrudSchemas( |
|
|
|
sort: 'custom', |
|
|
|
isDetail: true, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isTable: true, |
|
|
|
formatter: dateFormatter, |
|
|
|
detail: { |
|
|
|
dateFormat: 'YYYY-MM-DD HH:mm:ss' |
|
|
@ -250,7 +250,7 @@ export const InspectionSchemeMain = useCrudSchemas( |
|
|
|
field: 'updater', |
|
|
|
isDetail: true, |
|
|
|
isForm: false, |
|
|
|
isTable: false, |
|
|
|
isTable: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
} |
|
|
|