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
6ed33ec0
Commit
6ed33ec0
authored
Jun 18, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
3b6eda99
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
yearModal.vue
src/components/yearModal.vue
+1
-1
biddingManagement.data.ts
src/views/biddingManagement/biddingManagement.data.ts
+1
-1
biddingManagementEdit.vue
src/views/biddingManagement/biddingManagementEdit.vue
+1
-1
biddingPlan.data.ts
src/views/biddingPlan/biddingPlan.data.ts
+1
-1
biddingPlanEdit.vue
src/views/biddingPlan/biddingPlanEdit.vue
+1
-1
index.vue
src/views/biddingPlan/index.vue
+3
-3
No files found.
src/components/yearModal.vue
View file @
6ed33ec0
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
},
},
{
{
label
:
'第三季度'
,
label
:
'第三季度'
,
value
:
'第
二
季度'
,
value
:
'第
三
季度'
,
},
},
{
{
label
:
'第四季度'
,
label
:
'第四季度'
,
...
...
src/views/biddingManagement/biddingManagement.data.ts
View file @
6ed33ec0
...
@@ -75,7 +75,7 @@ export const searchFormSchema: FormSchema[] = [
...
@@ -75,7 +75,7 @@ export const searchFormSchema: FormSchema[] = [
},
},
{
{
label
:
'第三季度'
,
label
:
'第三季度'
,
value
:
'第
二
季度'
,
value
:
'第
三
季度'
,
},
},
{
{
label
:
'第四季度'
,
label
:
'第四季度'
,
...
...
src/views/biddingManagement/biddingManagementEdit.vue
View file @
6ed33ec0
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
headerSticky
headerSticky
>
>
<template
#
extra
>
<template
#
extra
>
<a-button
type=
"primary"
danger
>
删除
</a-button
>
<!--
<a-button
type=
"primary"
danger
>
删除
</a-button>
--
>
<a-button
type=
"primary"
v-if=
"!disabled"
@
click=
"handleSubmit"
>
提交
</a-button>
<a-button
type=
"primary"
v-if=
"!disabled"
@
click=
"handleSubmit"
>
提交
</a-button>
<a-button
type=
"default"
@
click=
"router.back()"
>
返回
</a-button>
<a-button
type=
"default"
@
click=
"router.back()"
>
返回
</a-button>
</
template
>
</
template
>
...
...
src/views/biddingPlan/biddingPlan.data.ts
View file @
6ed33ec0
...
@@ -75,7 +75,7 @@ export const searchFormSchema: FormSchema[] = [
...
@@ -75,7 +75,7 @@ export const searchFormSchema: FormSchema[] = [
},
},
{
{
label
:
'第三季度'
,
label
:
'第三季度'
,
value
:
'第
二
季度'
,
value
:
'第
三
季度'
,
},
},
{
{
label
:
'第四季度'
,
label
:
'第四季度'
,
...
...
src/views/biddingPlan/biddingPlanEdit.vue
View file @
6ed33ec0
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
headerSticky
headerSticky
>
>
<template
#
extra
>
<template
#
extra
>
<a-button
type=
"primary"
danger
>
删除
</a-button
>
<!--
<a-button
type=
"primary"
danger
>
删除
</a-button>
--
>
<a-button
type=
"primary"
v-if=
"!disabled"
@
click=
"handleSubmit"
>
提交
</a-button>
<a-button
type=
"primary"
v-if=
"!disabled"
@
click=
"handleSubmit"
>
提交
</a-button>
<a-button
type=
"default"
@
click=
"router.back()"
>
返回
</a-button>
<a-button
type=
"default"
@
click=
"router.back()"
>
返回
</a-button>
</
template
>
</
template
>
...
...
src/views/biddingPlan/index.vue
View file @
6ed33ec0
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
{{
index
+
1
}}
{{
index
+
1
}}
</
template
>
</
template
>
<
template
v-if=
"column.key === 'tenderYear'"
>
<
template
v-if=
"column.key === 'tenderYear'"
>
{{
record
.
tenderYear
+
'年'
+
record
.
biddingQuarter
+
'季度'
}}
{{
record
.
tenderYear
+
'年'
+
record
.
biddingQuarter
}}
</
template
>
</
template
>
<
template
v-if=
"column.key === 'action'"
>
<
template
v-if=
"column.key === 'action'"
>
<TableAction
<TableAction
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
},
},
},
},
{
{
label: '
修改
',
label: '
编辑
',
onClick: handleEdit.bind(null, record, 0),
onClick: handleEdit.bind(null, record, 0),
ifShow: (_action) => {
ifShow: (_action) => {
return record.reviewStatus == null;
return record.reviewStatus == null;
...
...
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