优化
This commit is contained in:
parent
7ace414360
commit
902825ebb5
@ -31,7 +31,7 @@
|
|||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
<div class='pre jieguo' v-if="tableInfo.result || tableAuth.showResult">
|
<div class='pre jieguo' v-if="tableInfo.result || tableAuth.showResult">
|
||||||
<el-input v-if="tableInfo.result" type="textarea" :rows="24" size="mini" placeholder="请输入内容" v-model="child.checkResult" clearable></el-input>
|
<el-input v-if="tableInfo.result" type="textarea" :rows="12" size="mini" placeholder="请输入内容" v-model="child.checkResult" clearable></el-input>
|
||||||
<pre v-else>{{child.checkResult || '--'}}</pre>
|
<pre v-else>{{child.checkResult || '--'}}</pre>
|
||||||
</div>
|
</div>
|
||||||
<div class="quanzhomng" style="flex:none;">
|
<div class="quanzhomng" style="flex:none;">
|
||||||
@ -54,7 +54,7 @@
|
|||||||
<span>{{child.scoreDtos[child.scoreDtos.length-1].acquireScore || '--'}}</span>
|
<span>{{child.scoreDtos[child.scoreDtos.length-1].acquireScore || '--'}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class='pre pingfen' style="padding:10px;min-width: 200px;" v-if="tableInfo.score || tableAuth.showScore">
|
<div class='pre pingfen' style="padding:10px;min-width: 200px;" v-if="tableInfo.score || tableAuth.showScore">
|
||||||
<el-input v-if="tableInfo.score" style="width:200px;" :rows="24" size="mini" type="textarea" placeholder="请输入内容" v-model="child.scoreComment" clearable></el-input>
|
<el-input v-if="tableInfo.score" style="width:200px;" :rows="12" size="mini" type="textarea" placeholder="请输入内容" v-model="child.scoreComment" clearable></el-input>
|
||||||
<span v-else>{{child.scoreComment || '--'}}</span>
|
<span v-else>{{child.scoreComment || '--'}}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user