Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -177,9 +177,9 @@
|
||||
<span>{{ item4.fieldValue }}</span>
|
||||
</div> -->
|
||||
|
||||
<span v-if="item.stepType == 2" style="display: flex">
|
||||
<span style="display: flex">
|
||||
<span style="width: 70px">审批意见:</span>
|
||||
<span style="color: #f14242"> {{ item.opinion }}</span>
|
||||
<span style="width: calc(100% - 70px)"> {{ item.opinion }}</span>
|
||||
</span>
|
||||
|
||||
<div class="examine" v-if="item.stepType == 2">
|
||||
@@ -201,10 +201,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="examine" v-if="item.stepType == 1 || item.stepType == 0 || item.stepType == 3">
|
||||
<div class="examine" v-if="item.stepType == 1 || item.stepType == 0 || item.stepType == 3" style="margin-top: 6px">
|
||||
<div class="examine_docx1">
|
||||
<div class="examine_img" v-if="item.pictureFiles && item.pictureFiles.length > 0" style="">
|
||||
<AiImage preview :src="pic.url" v-for="pic in item.pictureFiles" :key="pic.id" style="width: 69px; height: 75px; float: left; margin-left: 4px; margin-bottom: 4px; overflow: hidden" />
|
||||
<AiImage preview :src="pic.url" v-for="pic in item.pictureFiles" :key="pic.id" style="width: 69px; height: 75px; float: left; margin-left: 4px; margin-bottom: 10px; overflow: hidden" />
|
||||
</div>
|
||||
|
||||
<div v-if="item.annexFiles && item.annexFiles.length > 0">
|
||||
|
||||
Reference in New Issue
Block a user