Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
紫光云
web-project
Commits
8c8230b3
Commit
8c8230b3
authored
Jul 05, 2024
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目库,报表中心的月度计划填报年份字段完善
parent
11d8f916
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
drawerData.ts
src/views/project/monthDrawer/drawerData.ts
+2
-2
listData.ts
src/views/project/tabs/listData.ts
+2
-2
detail.data.ts
src/views/statement/monthlyPlanDrawer/detail.data.ts
+2
-2
data.ts
src/views/statement/tabs/data.ts
+2
-2
No files found.
src/views/project/monthDrawer/drawerData.ts
View file @
8c8230b3
...
...
@@ -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'
,
...
...
src/views/project/tabs/listData.ts
View file @
8c8230b3
...
...
@@ -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
,
},
...
...
src/views/statement/monthlyPlanDrawer/detail.data.ts
View file @
8c8230b3
...
...
@@ -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'
,
...
...
src/views/statement/tabs/data.ts
View file @
8c8230b3
...
...
@@ -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
,
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment