...
|
...
|
@@ -130,11 +130,13 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
<div class="detail_comments" v-if="isExamine && ((status==3 || (status==1 && !isView)) || status==2) ">
|
|
|
<div>
|
|
|
<div style="display: flex;">
|
|
|
<div class="detail_comments_title">审核意见<span style="color: red">*</span></div>
|
|
|
<span>快捷输入:</span>
|
|
|
<el-tag class="ml-2" type="success" size="small" style="cursor:pointer; margin-right: 5px" @click="onInput(true)">同意</el-tag>
|
|
|
<el-tag class="ml-2" type="danger" size="small" style=" cursor:pointer;" @click="onInput(false)">不同意</el-tag>
|
|
|
<div v-if="status==1" class="detail_comments_right">
|
|
|
<span>快捷输入:</span>
|
|
|
<el-tag class="ml-2" type="success" size="small" style="cursor:pointer; margin-right: 5px" @click="onInput(true)">同意</el-tag>
|
|
|
<el-tag class="ml-2" type="danger" size="small" style=" cursor:pointer;" @click="onInput(false)">不同意</el-tag>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<el-input
|
...
|
...
|
|