修改已知bug

This commit is contained in:
qq787203167
2022-08-10 18:09:00 +08:00
parent 9d07771c82
commit 46c7cc49b1
7 changed files with 71 additions and 19 deletions
@@ -17,6 +17,14 @@
</div>
<div style="padding-top: 68px;background: #fff">
<div class="detail-content" style="padding: 24px">
<div class="content-text-top">
<span style="margin-right: 10px">
{{$t('issuedBy')}}:{{this.queryForm.createBy}}
</span>
<span>
{{$t('releaseDate')}}:{{this.queryForm.createTime}}
</span>
</div>
<div class="content-text">
<div class="text-field" v-for="(item,index) in standardContentList" :key="index">
<span class="text-field-left" :title="item.title">{{item.title}}</span>
@@ -104,11 +112,11 @@
standardContentList: [
{
title: this.$t('problemClassification'),
value: 'problemType'
value: 'problemTypeName'
},
{
title: this.$t('market'),
value: 'targetMarket'
value: 'targetMarket_dicText'
},
{
title: this.$t('standardNo'),
@@ -493,4 +501,13 @@
overflow: hidden;
text-align: right;
}
.content-text-top {
width: 100%;
text-align: right;
color: #040B29;
font-weight: 400;
font-size: 16px;
margin-bottom: 20px;
}
</style>