优化
This commit is contained in:
parent
80c3ae6bf4
commit
62e2b80ab4
@ -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)
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
@cancel='handleCancel'
|
||||
@submit="handleSubmit"
|
||||
:footer='true'
|
||||
title="驳回评分"
|
||||
title="评分"
|
||||
>
|
||||
<div
|
||||
slot="content"
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user