Commit 8c8230b3 authored by 小费同学阿's avatar 小费同学阿 💬

项目库,报表中心的月度计划填报年份字段完善

parent 11d8f916
......@@ -5,7 +5,7 @@ export const monthFormSchema: FormSchema[] = [
{
field: 'monthYear',
labelWidth: '140px',
label: '填报周期',
label: '填报年份',
required: false,
component: 'Input',
},
......@@ -210,7 +210,7 @@ export function getFormConfig(): Partial<FormProps> {
schemas: [
{
field: 'monthYear',
label: '填报周期',
label: '填报年份',
component: 'DatePicker',
componentProps: {
picker: 'month',
......
......@@ -323,7 +323,7 @@ export const monthlyPlanColumns: BasicColumn[] = [
scopedSlots: { customRender: 'bodyCell' }, // 对应模板中的具名插槽
},
{
title: '填报周期',
title: '填报年份',
dataIndex: 'monthYear',
width: 200,
},
......@@ -1345,7 +1345,7 @@ export const annualPlanExportColumns: BasicColumn[] = [
// 4-项目库-月季度导出
export const monthExportColumns: BasicColumn[] = [
{
title: '填报周期',
title: '填报年份',
dataIndex: 'monthYear',
width: 200,
},
......
......@@ -5,7 +5,7 @@ export const formSchema: FormSchema[] = [
{
field: 'monthYear',
labelWidth: '140px',
label: '填报周期',
label: '填报年份',
required: false,
component: 'Input',
},
......@@ -462,7 +462,7 @@ export function getFormConfig(): Partial<FormProps> {
schemas: [
{
field: 'monthYear',
label: '填报周期',
label: '填报年份',
component: 'DatePicker',
componentProps: {
picker: 'month',
......
......@@ -296,7 +296,7 @@ export const annualPlanExportColumns: BasicColumn[] = [
// 4-报表中心-月季度导出
export const monthExportColumns: BasicColumn[] = [
{
title: '填报周期',
title: '填报年份',
dataIndex: 'monthYear',
width: 200,
},
......@@ -1235,7 +1235,7 @@ export const monthlyPlanColumns: BasicColumn[] = [
scopedSlots: { customRender: 'bodyCell' }, // 对应模板中的具名插槽
},
{
title: '填报周期',
title: '填报年份',
dataIndex: 'monthYear',
width: 200,
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment