Commit 34224510 authored by 吴冠's avatar 吴冠

update

parent b68b73c5
......@@ -5,7 +5,7 @@
<div class="message">
<div class="flex-between bond">
<div>
招标文件:<span @click="download(bidDetail.fileUrl)">{{ bidDetail.fileName }}</span>
招标文件:<span @click="down(bidDetail.fileUrl)">{{ bidDetail.fileName }}</span>
</div>
<div>开标信息:<span @click="changeOpen">开标一览表</span></div>
</div>
......
......@@ -127,12 +127,12 @@
if (code == 200) {
this.$message({
message: msg,
type: 'success',
duration: 1500
})
setTimeout(() => {
this.$router.go(-1)
}, 1500)
type: 'success'
})
this.$router.go(-1)
// setTimeout(() => {
// this.$router.go(-1)
// }, 1500)
} else {
this.$message.error(msg)
}
......
......@@ -28,7 +28,8 @@
<div class="flex file">
<div @click="down(scope.row.fileUrl)">{{ scope.row.fileName }}</div>
<div v-for="(file, index) in scope.row.fileList" :key="index" @click="down(file.fileUrl)">
{{ file.fileName }}
<!-- {{ file.fileName }} -->
{{ file.fileName}}
</div>
</div>
</template>
......
......@@ -18,8 +18,8 @@
<div>澄清回复截止时间:{{replyDetail.cutOffTime}}</div>
</div>
<div>澄清问题内容:{{replyDetail.content}}</div>
<div class="flex-item">
<div>澄清问题文件:</div>
<div class="flex-between">
<div >澄清问题文件:</div>
<ul class="upload" v-if="replyDetail.fileName">
<li class="flex-item">
<span>{{replyDetail.fileName}}</span>
......@@ -130,7 +130,7 @@
}
.message {
width: 60%;
width: 80%;
}
.message-item>h4 {
......
......@@ -32,7 +32,7 @@
</div>
<div class="hal-center" v-chat-scroll>
<ul>
<li v-for="(item,index) in halList" :key="index" class="flex-item">
<li v-for="(item,index) in halList" :key="index" class="flex-item textheight">
<div>{{item.time}}</div>
<div>{{item.name}}</div>
<div>{{item.behavior}}</div>
......@@ -792,4 +792,9 @@
.dialogueList>li {
margin-bottom: 20px;
}
.textheight{
line-height:20.8px;
display: flex;
justify-content: flex-start;
}
</style>
......@@ -14,11 +14,11 @@
</div>
<div class="flex clear-item">
<div>问题发布时间:</div>
<div>{{ detail.startTime }}</div>
<div>{{ detail.createTime}}</div>
</div>
<div class="flex clear-item">
<div>澄清回复截止时间:</div>
<div>{{ detail.endTime }}</div>
<div>{{ detail.cutOffTime }}</div>
</div>
<div class="flex clear-item">
<div>澄清问题内容:</div>
......@@ -172,7 +172,7 @@ export default {
}
.clear-item>div:last-child {
width: 100px
width: 400px
}
.clear-item>div:first-child {
margin-right: 20px;
......
......@@ -18,12 +18,12 @@
<div v-html="questiondetail.content"></div>
</div>
<div class="flex clear-item">
<div>问题发布时间</div>
<div>{{questiondetail.startTime}}</div>
<div>问题发布时间:</div>
<div>{{questiondetail.createTime}}</div>
</div>
<div class="flex clear-item">
<div>澄清回复截止时间</div>
<div>{{questiondetail.endTime}}</div>
<div>澄清回复截止时间:</div>
<div>{{questiondetail.cutOffTime}}</div>
</div>
<div class="flex">
<div>澄清问题附件:</div>
......@@ -161,7 +161,10 @@
*/
.clear-item>div:first-child {
margin-right: 20px;
}
}
.clear-item{
line-height:20.8px;
}
.clear-message>div {
margin-bottom: 50px;
......
......@@ -581,7 +581,7 @@ export default {
.textheight{
line-height:20.8px;
display: flex;
justify-content: center;
justify-content: flex-start;
}
</style>
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