diff --git a/src/views/indexSun/indexSun.ts b/src/views/indexSun/indexSun.ts index 6c55b72..3fd9ee3 100644 --- a/src/views/indexSun/indexSun.ts +++ b/src/views/indexSun/indexSun.ts @@ -891,6 +891,13 @@ export const twoRNewForm = [ placeholder: '请输入单位', defaultValue: '', }, + { + label: '年份', + field: 'year', + type: 'input', + placeholder: '请输入年份', + defaultValue: String(dayjs().year()), + }, ]; export const oneRNewColumns = [