Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-purchase
Project
Project
Details
Activity
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-purchase
Commits
6f66fe01
Commit
6f66fe01
authored
Sep 28, 2020
by
张冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
13079aac
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
administrationList.vue
src/pages/purchaser/bid/administrationList.vue
+2
-2
bidOpenhal.vue
src/pages/purchaser/bid/bidOpen/bidOpenhal.vue
+1
-1
No files found.
src/pages/purchaser/bid/administrationList.vue
View file @
6f66fe01
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<el-button
slot=
"moreButton"
type=
"primary"
style=
"margin-left: 50px;"
@
click=
"handlerelease"
>
发布项目
</el-button>
<el-button
slot=
"moreButton"
type=
"primary"
style=
"margin-left: 50px;"
@
click=
"handlerelease"
>
发布项目
</el-button>
<el-table-column
slot=
"operate"
label=
"项目类型"
align=
"center"
fixed=
"right"
width=
"100"
>
<el-table-column
slot=
"operate"
label=
"项目类型"
align=
"center"
fixed=
"right"
width=
"100"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.bidType==
2
"
>
公开招标
</div>
<div
v-if=
"scope.row.bidType==
0
"
>
公开招标
</div>
<div
v-else
>
邀请招标
</div>
<div
v-else
>
邀请招标
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -43,7 +43,7 @@ export default {
...
@@ -43,7 +43,7 @@ export default {
title
:
'项目类型'
,
title
:
'项目类型'
,
type
:
'select'
,
type
:
'select'
,
selectlist
:
[{
selectlist
:
[{
value
:
'
2
'
,
value
:
'
0
'
,
label
:
'公开招标'
label
:
'公开招标'
},
{
},
{
value
:
'1'
,
value
:
'1'
,
...
...
src/pages/purchaser/bid/bidOpen/bidOpenhal.vue
View file @
6f66fe01
...
@@ -416,7 +416,7 @@
...
@@ -416,7 +416,7 @@
const
{
const
{
data
,
data
,
code
code
}
=
await
c
(
projectId
)
}
=
await
(
projectId
)
if
(
code
==
200
)
{
if
(
code
==
200
)
{
for
(
let
item
of
data
)
{
for
(
let
item
of
data
)
{
if
(
item
.
isSign
)
{
if
(
item
.
isSign
)
{
...
...
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