@ -536,6 +536,25 @@ export const Aql = useCrudSchemas(
width: 105
}
},
{
label: '是否可用',
field: 'available',
sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE,
isSearch: true,
dictClass: 'string', // 默认都是字符串类型其他暂不考虑
form: {
component: 'Switch',
value: 'TRUE',
componentProps: {
inactiveValue: 'FALSE',
activeValue: 'TRUE'
table: {
width: 110
label: '创建时间',
field: 'createTime',
@ -153,10 +153,10 @@ export const Counter = useCrudSchemas(
field: 'nextStage',
isSearch: false,
form:{
component: 'Select',
options:[],
options: [],
optionsAlias: {
labelField: 'stage',
valueField: 'stage'
@ -167,6 +167,25 @@ export const Counter = useCrudSchemas(
width: 140
@ -39,6 +39,7 @@ export const DynamicRule = useCrudSchemas(
@ -572,6 +572,25 @@ export const InspectionJobMain = useCrudSchemas(
width: 150
@ -55,6 +55,7 @@ export const InspectionMethod = useCrudSchemas(
@ -445,6 +445,25 @@ export const InspectionRecordMain = useCrudSchemas(
@ -425,6 +425,25 @@ export const InspectionMain = useCrudSchemas(
@ -184,6 +184,7 @@ export const InspectionSchemeMain = useCrudSchemas(
@ -59,6 +59,7 @@ export const InspectionTemplateMain = useCrudSchemas(
@ -317,6 +317,25 @@ export const QualityNoticeMain = useCrudSchemas(
width: 175
@ -102,6 +102,7 @@ export const SampleCode = useCrudSchemas(
@ -85,6 +85,7 @@ export const SamplingProcess = useCrudSchemas(
@ -93,6 +94,9 @@ export const SamplingProcess = useCrudSchemas(
@ -28,6 +28,7 @@ export const SamplingScheme = useCrudSchemas(
isSearch:true,
@ -30,6 +30,7 @@ export const SelectedSet = useCrudSchemas(