@@ -297,6 +297,15 @@ export const getZxqdFindConfig = (route, agencyIdList) => ({ | |||
formLabelWidth: formLabelWidth, | |||
type: 'input', | |||
} | |||
}, | |||
{ | |||
prop: "insertTime", | |||
label: "创建时间", | |||
hide: true, | |||
form: { | |||
formLabelWidth: formLabelWidth, | |||
type: 'input', | |||
} | |||
} | |||
] | |||
}); |