This commit is contained in:
熊成强 2020-11-06 09:28:57 +08:00
parent 80c3ae6bf4
commit 62e2b80ab4
3 changed files with 18 additions and 2 deletions

View File

@ -136,7 +136,7 @@ export default {
},
methods: {
checkSelectable (row, index) {
return !this.nOSec && row.score === 0
return this.nOSec && row.score === 0
},
handlePopupCreat () {
this.$emit('update:showChooseList', false)

View File

@ -24,7 +24,7 @@
@cancel='handleCancel'
@submit="handleSubmit"
:footer='true'
title="驳回评分"
title="评分"
>
<div
slot="content"

View File

@ -99,6 +99,9 @@
<span>{{i.staffName}}</span><span class="mubiao">#{{i.optDesc}}#</span>
</div>
</div>
<div class="comment" v-if="i.comment">
<pre>{{i.comment}}</pre>
</div>
</div>
</div>
</div>
@ -231,6 +234,19 @@ export default {
}
}
&-content {
.comment{
width: 200px;
margin: 0 0 0 50px;
padding: 10px;
background: rgb(240, 240, 240);
border-radius: 4px;
pre{
white-space: pre;
white-space: pre-wrap!important;
word-wrap: break-word!important;
*white-space:normal!important;
}
}
padding: 28px;
margin: 10px 0 50px;
// height: 700px;