Commit 6f66fe01 authored by 张冬's avatar 张冬

更新

parent 13079aac
...@@ -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',
......
...@@ -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) {
......
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